Пример #1
0
 void Start()
 {
     gameManger = WordGameManager.Instance;
     manimator  = transform.GetComponent <Animator>();
 }
Пример #2
0
 void Start()
 {
     gameManger = WordGameManager.Instance;
 }
Пример #3
0
 void Awake()
 {
     instance = this;
 }