예제 #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();
 }