Add project files.
This commit is contained in:
13
L2BotCore/Domain/Enums/SpoilStateEnum.h
Normal file
13
L2BotCore/Domain/Enums/SpoilStateEnum.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace L2Bot::Domain::Enums
|
||||
{
|
||||
enum class SpoilStateEnum : uint32_t
|
||||
{
|
||||
none = 0,
|
||||
spoiled,
|
||||
sweepable
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user