コード例 #1
0
ファイル: Role.cs プロジェクト: yishengabcd/BattleMode
 public Command getExecutingCommand()
 {
     return(_commandMgr.getExecutingCommand());
 }