Exemplo n.º 1
0
 public LandTerrain()
 {
     // Base constructor, to be inherited and overriden by the specific weather types
     this.iId        = -1;
     this.sprSprite  = null;
     this.dResources = null;
     this.sName      = null;
     this.enRange    = MoveRange.Short;
     this.enAvail    = ExpeditionAvailability.Low;
 }
Exemplo n.º 2
0
 public virtual void AssignExpedition(ExpeditionAvailability pExpedAvail)
 {
     this.enAvail = pExpedAvail;
 }