void Awake()
    {
        Instance = this;

        // Create the text label in the scene
        // CreateLabel();
    }
Пример #2
0
 void Awake()
 {
     Instance = this;
 }