Пример #1
0
 void Awake()
 {
     if (_instance != null && _instance != this)
     {
         Destroy(this.gameObject);
     }
     else
     {
         _instance = this;
     }
 }
Пример #2
0
 void Start()
 {
     player = PlayerTestController.Instance;
 }