コード例 #1
0
ファイル: ControllerBase.cs プロジェクト: akiken/TetrisV0
 public ActionRouting(int actionID, daction action)
 {
     this.actionID = actionID;
     this.action = action;
 }
コード例 #2
0
 public ActionRouting(int actionID, daction action)
 {
     this.actionID = actionID;
     this.action   = action;
 }