OutpostGenerator.ZoneProperties.ZoneProperties C# (CSharp) Method

ZoneProperties() public method

public ZoneProperties ( ZoneType zoneType, Rot4 rotation, Rot4 linkedZoneRelativeRotation ) : System
zoneType ZoneType
rotation Rot4
linkedZoneRelativeRotation Rot4
return System
        public ZoneProperties(ZoneType zoneType, Rot4 rotation, Rot4 linkedZoneRelativeRotation)
        {
            this.zoneType = zoneType;
            this.rotation = rotation;
            this.linkedZoneRelativeRotation = linkedZoneRelativeRotation;
        }        
    }
ZoneProperties