Add project files.
This commit is contained in:
13
L2BotCore/Domain/DTO/ObjectState.h
Normal file
13
L2BotCore/Domain/DTO/ObjectState.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "../Enums/ObjectStateEnum.h"
|
||||
|
||||
namespace L2Bot::Domain::DTO
|
||||
{
|
||||
template <typename T>
|
||||
struct ObjectState
|
||||
{
|
||||
public:
|
||||
T object;
|
||||
Enums::ObjectStateEnum state = Enums::ObjectStateEnum::none;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user