DarkflameServer/dGame/dBehaviors/BehaviorSlot.h

12 lines
107 B
C
Raw Normal View History

#pragma once
enum class BehaviorSlot
{
Invalid = -1,
Primary,
Offhand,
Neck,
Head,
Consumable
};