feat: add base item
This commit is contained in:
12
L2BotDll/DTO/ItemData.h
Normal file
12
L2BotDll/DTO/ItemData.h
Normal file
@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
struct ItemData
|
||||
{
|
||||
const uint32_t itemId = 0;
|
||||
const uint32_t amount = 0;
|
||||
const uint16_t isEquipped = 0;
|
||||
const uint16_t enchantLevel = 0;
|
||||
const int32_t mana = -1;
|
||||
};
|
Reference in New Issue
Block a user