feat: change dtos to entities
This commit is contained in:
12
L2BotCore/Domain/Enums/EntityStateEnum.h
Normal file
12
L2BotCore/Domain/Enums/EntityStateEnum.h
Normal file
@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
namespace L2Bot::Domain::Enums
|
||||
{
|
||||
enum class EntityStateEnum
|
||||
{
|
||||
none,
|
||||
created,
|
||||
updated,
|
||||
deleted
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user