namespace GlobalClassLib; public enum ConnectorType { HALL = 0, DOOR_REMOTE = 1, DOOR_OFFICE = 2, VENT = 3 }