コード例 #1
0
 public ExitGameCommand(Sprint0 game)
 {
     this.game = game;
 }
コード例 #2
0
 public SetNonmovingNonanimatedCommand(Sprint0 game)
 {
     this.game = game;
 }
コード例 #3
0
 public SetMovingAnimatedCommand(Sprint0 game)
 {
     this.game = game;
 }
コード例 #4
0
 public SetSpriteMouseCommand(Sprint0 game)
 {
     this.game = game;
 }