Exemple #1
0
 public Generator() : base(false)
 {
     fieldGeneratorRoom    = new RoomJSON.HoldingGenerator("field \"Room\" of the RobotGoToRoomCommand class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the RobotGoToRoomCommand class");
 }
Exemple #2
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorRoom    = new RoomJSON.HoldingGenerator("field \"Room\" of the RobotGoToRoomCommand class", ignore_extras);
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the RobotGoToRoomCommand class");
 }