cOMS/models/item/Item.h
2024-07-12 15:26:57 +02:00

18 lines
250 B
C

/**
* Jingga
*
* @copyright Jingga
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
#ifndef TOS_MODELS_ITEM_H
#define TOS_MODELS_ITEM_H
#include "../../stdlib/Types.h"
struct Item {
uint64 id;
};
#endif