Beispiel #1
0
 public ColheitaTimer(BaseFarmable farm, Mobile from, Point3D loc, Map map, bool roubo = false) : base(TimeSpan.FromSeconds(0), TimeSpan.FromSeconds(1.3), 3)
 {
     this.farm  = farm;
     this.from  = from;
     this.loc   = loc;
     this.map   = map;
     this.roubo = roubo;
 }
Beispiel #2
0
 public ConfirmaRoubo(int segundos, Mobile from, Point3D loc, Map map, BaseFarmable farm)
 {
     this.map      = map;
     this.loc      = loc;
     this.from     = from;
     this.segundos = segundos;
     this.farm     = farm;
 }