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