mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Move Enums to GameData.
This commit is contained in:
parent
fce9ec5659
commit
4cfd7f56c0
24 changed files with 40 additions and 49 deletions
21
Penumbra.GameData/Enums/ObjectType.cs
Normal file
21
Penumbra.GameData/Enums/ObjectType.cs
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
namespace Penumbra.GameData.Enums
|
||||
{
|
||||
public enum ObjectType : byte
|
||||
{
|
||||
Unknown,
|
||||
Vfx,
|
||||
DemiHuman,
|
||||
Accessory,
|
||||
World,
|
||||
Housing,
|
||||
Monster,
|
||||
Icon,
|
||||
LoadingScreen,
|
||||
Map,
|
||||
Interface,
|
||||
Equipment,
|
||||
Character,
|
||||
Weapon,
|
||||
Font,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue