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