te
This commit is contained in:
parent
01151e679b
commit
57b2f0400e
265 changed files with 22828 additions and 6 deletions
49
Unused/Decal.Adapter.Wrappers/ObjectClass.cs
Normal file
49
Unused/Decal.Adapter.Wrappers/ObjectClass.cs
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
namespace Decal.Adapter.Wrappers;
|
||||
|
||||
public enum ObjectClass
|
||||
{
|
||||
Unknown,
|
||||
MeleeWeapon,
|
||||
Armor,
|
||||
Clothing,
|
||||
Jewelry,
|
||||
Monster,
|
||||
Food,
|
||||
Money,
|
||||
Misc,
|
||||
MissileWeapon,
|
||||
Container,
|
||||
Gem,
|
||||
SpellComponent,
|
||||
Key,
|
||||
Portal,
|
||||
TradeNote,
|
||||
ManaStone,
|
||||
Plant,
|
||||
BaseCooking,
|
||||
BaseAlchemy,
|
||||
BaseFletching,
|
||||
CraftedCooking,
|
||||
CraftedAlchemy,
|
||||
CraftedFletching,
|
||||
Player,
|
||||
Vendor,
|
||||
Door,
|
||||
Corpse,
|
||||
Lifestone,
|
||||
HealingKit,
|
||||
Lockpick,
|
||||
WandStaffOrb,
|
||||
Bundle,
|
||||
Book,
|
||||
Journal,
|
||||
Sign,
|
||||
Housing,
|
||||
Npc,
|
||||
Foci,
|
||||
Salvage,
|
||||
Ust,
|
||||
Services,
|
||||
Scroll,
|
||||
NumObjectClasses
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue