Add project files.
This commit is contained in:
15
L2BotCore/Domain/Enums/RaceEnum.h
Normal file
15
L2BotCore/Domain/Enums/RaceEnum.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
|
||||
namespace L2Bot::Domain::Enums
|
||||
{
|
||||
enum class RaceEnum : uint8_t
|
||||
{
|
||||
none = 255,
|
||||
darkElf = 2,
|
||||
dwarf = 4,
|
||||
elf = 1,
|
||||
human = 0,
|
||||
orc = 3
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user