feat: add resurrection
This commit is contained in:
16
L2BotCore/Domain/Enums/RestartPointTypeEnum.h
Normal file
16
L2BotCore/Domain/Enums/RestartPointTypeEnum.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace L2Bot::Domain::Enums
|
||||
{
|
||||
enum class RestartPointTypeEnum : uint8_t
|
||||
{
|
||||
village = 0,
|
||||
clanhall,
|
||||
castle,
|
||||
siege,
|
||||
festival,
|
||||
jail = 27
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user