forked from Eauldane/SnowcloakServer
9 lines
141 B
C#
9 lines
141 B
C#
namespace MareSynchronos.API.Data.Enum;
|
|
|
|
public enum ObjectKind
|
|
{
|
|
Player = 0,
|
|
MinionOrMount = 1,
|
|
Companion = 2,
|
|
Pet = 3,
|
|
} |