Esempio n. 1
0
 public UnitBuoInfo(BuoyanceType type, int x, int y, int z)
 {
     Type   = type;
     this.x = x;
     this.y = y;
     this.z = z;
 }
Esempio n. 2
0
 public UnitBuoInfo(CubeInfo cube, BuoyanceType type, int x, int y, int z)
 {
     this.cube = cube;
     Type      = type;
     this.x    = x;
     this.y    = y;
     this.z    = z;
 }