示例#1
0
 public ZoneEntity()
 {
     this.width    = 20;
     this.height   = 20;
     this.spawn    = new ZoneFactions();
     this.prison   = new ZoneFactions();
     this.collect  = new ZoneFactions();
     this.dest     = new ZoneFactions();
     this.nearbase = new ZoneFactions();
 }
示例#2
0
 public ZoneEntity()
 {
     this.width = 20;
     this.height = 20;
     this.spawn = new ZoneFactions();
     this.prison = new ZoneFactions();
     this.collect = new ZoneFactions();
     this.dest = new ZoneFactions();
     this.nearbase = new ZoneFactions();
 }