Ejemplo n.º 1
0
 public Fruit(FruitType myType, PrepType myPrepType)
 {
     this.type      = myType;
     this.prepToEat = myPrepType;
 }
Ejemplo n.º 2
0
 public PrepRelObject(IWorldObject objective, PrepType type) : base(objective)
 {
     this.Type = type;
 }