mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-01-07 16:34:14 -06:00
12 lines
107 B
C
12 lines
107 B
C
#pragma once
|
|
|
|
enum class BehaviorSlot
|
|
{
|
|
Invalid = -1,
|
|
Primary,
|
|
Offhand,
|
|
Neck,
|
|
Head,
|
|
Consumable
|
|
};
|