Files
a301_mmo_game_server/MMOTestServer/MMOserver/Game/Channel/Maps/EunmMap.cs
2026-03-16 14:50:29 +09:00

9 lines
121 B
C#

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