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