PalacePal/Pal.Client/Rendering/ELayer.cs

9 lines
118 B
C#

namespace Pal.Client.Rendering
{
internal enum ELayer
{
TrapHoard,
RegularCoffers,
}
}