コード例 #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
ファイル: ZoneEntity.cs プロジェクト: Thann/chaotic-rage
 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();
 }