DarkflameServer/dCommon/dEnums/eSkillBar.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
206 B
C
Raw Normal View History

#pragma once
#ifndef __ESKILLBAR_H__
#define __ESKILLBAR_H__
#include <cstdint>
enum class eSkillBar : int32_t {
Primary,
Gear,
ClassPrimary,
ClassSecondary,
Consumable
};
#endif // __ESKILLBAR_H__