Example #1
0
        public bool splitsides;         //mxd

        // Constructor
        public SectorLevel(Sector s, SectorLevelType type)
        {
            this.type       = type;
            this.sector     = s;
            this.alpha      = 255;
            this.splitsides = true;             //mxd
        }
Example #2
0
 // Constructor
 public SectorLevel(Sector s, SectorLevelType type)
 {
     this.type   = type;
     this.sector = s;
     this.alpha  = 255;
 }