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