コード例 #1
0
ファイル: Control.cs プロジェクト: jamesdhooks/HockeyGame
 public Target FlipMovingTarget(Target t)
 {
     t.BeginMove();
     return t;
 }