feat: change dtos to entities

This commit is contained in:
k0t9i
2023-01-21 13:15:11 +04:00
parent 3c20df7683
commit 7637260d19
58 changed files with 704 additions and 1310 deletions

View File

@@ -2,7 +2,7 @@
namespace L2Bot::Domain::Enums
{
enum class ObjectStateEnum
enum class EntityStateEnum
{
none,
created,