public void addHazard(Hazard h)
 {
     hazards.Add(h);
 }
Beispiel #2
0
 public void addHazard(Hazard h)
 {
     hazards.Add(h);
 }