Esempio n. 1
0
 public BasicAction(Rat rat, GameSpace gs)
 {
     this.type = GameActionType.DETERMINISTIC;
     this.rat  = rat;
     this.gs   = gs;
 }