feat: add base item

This commit is contained in:
k0t9i
2023-01-24 02:49:35 +04:00
parent 6ca8752108
commit 43f38c7a57
20 changed files with 461 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
#include <cstdint>
#include <string>
#include <vector>
#include "WorldObject.h"
#include "EntityInterface.h"
namespace L2Bot::Domain::Entities
{