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