Exemple #1
0
 public void Awake()
 {
     InitPoolManager();
     InitCamera();
     InitGameplayLoop();
     InitEntityFactory();
     InitLoaderLvl();
     _roundBehaviour = new RoundBehaviour(UiBehaviour, this, this);
     Instance        = this;
     UiBehaviour.Init(this);
 }