Exemple #1
0
 public Target FlipHazardTarget(Target t)
 {
     t.MakeHazardous ();
     return t;
 }