示例#1
0
文件: EmBase.cs 项目: cuongdv/stg
 void Awake()
 {
     Cmd = new CommandExecuter(this);
     OnAwake();
 }
示例#2
0
文件: EmBase.cs 项目: heatend/stg
 void Awake()
 {
     Cmd = new CommandExecuter(this);
     OnAwake();
 }