namespace MMOserver.Game.Channel.Maps; public enum EnumMap : int { NONE = 0, ROBBY = 1, INSTANCE = 10, }