コード例 #1
0
ファイル: App.cs プロジェクト: johanssonm/spelprojekt
 protected override void MoveRight()
 {
     _shapeService.MoveShapeRight(_shape, _game);
 }