Exemplo n.º 1
0
 void Awake()
 {
     context = new GameContext(this, true);
     context.Start();
 }
Exemplo n.º 2
0
 void Awake()
 {
     GameContext.Initialize();
 }