mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
21 lines
No EOL
337 B
C#
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,
|
|
}
|
|
} |