mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
* bug fix in DatFile with the FileOffset being wrong. started detailed documentation on dat file contents. * worked on some object parsing. found a bunch more object types in the client - now categorizes ALL portal files.
9 lines
105 B
C#
9 lines
105 B
C#
namespace ACE.DatLoader
|
|
{
|
|
public enum DatDatabaseType
|
|
{
|
|
Cell,
|
|
|
|
Portal
|
|
}
|
|
}
|