예제 #1
0
 public Move(InputController.ExecuteMethod moveMethod)
 {
     _MoveMethod = moveMethod;
 }
예제 #2
0
 public Cry(InputController.ExecuteMethod cryMethod)
 {
     _CryMethod = cryMethod;
 }
예제 #3
0
 public Block(InputController.ExecuteMethod blockMethod)
 {
     _BlockMethod = blockMethod;
 }