コード例 #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();
 }