ace/Source/ACE.DatLoader/DatDatabaseType.cs
OptimShi cad0e661d0 Dat updates (#847)
* Fix Replace Animation Hook

* SoundTable

* Numerous Dat Updates

* Added highres and language export commands
2018-07-05 07:50:42 -05:00

12 lines
241 B
C#

namespace ACE.DatLoader
{
public enum DatDatabaseType : byte
{
Portal = 1,
Cell = 2,
// These are not defined in the client, but we may want to use these
Highres = 3,
Language = 4
}
}