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