ace/Source/ACE.DatLoader/DatDatabaseType.cs

9 lines
121 B
C#
Raw Normal View History

namespace ACE.DatLoader
{
public enum DatDatabaseType : byte
{
Portal = 1,
Cell = 2,
}
}