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