Penumbra/Penumbra.GameData/Enums/ObjectType.cs
2021-07-26 16:49:08 +02:00

21 lines
No EOL
337 B
C#

namespace Penumbra.GameData.Enums
{
public enum ObjectType : byte
{
Unknown,
Vfx,
DemiHuman,
Accessory,
World,
Housing,
Monster,
Icon,
LoadingScreen,
Map,
Interface,
Equipment,
Character,
Weapon,
Font,
}
}