Пример #1
0
    private void Start()
    {
        platPooler = PlatformPooler.Instance;

        tranplat   = false;
        firstSpawn = true;

        //StartCoroutine(TranTimer());
    }
Пример #2
0
 void Awake()
 {
     current = this;
 }
Пример #3
0
 private void Awake()
 {
     Instance = this;
 }
Пример #4
0
 void Awake()
 {
     Instance = this;
 }
Пример #5
0
	void Awake()
	{
		current = this;
	}