9 lines
118 B
C#
9 lines
118 B
C#
|
namespace Pal.Client.Rendering
|
|||
|
{
|
|||
|
internal enum ELayer
|
|||
|
{
|
|||
|
TrapHoard,
|
|||
|
RegularCoffers,
|
|||
|
}
|
|||
|
}
|