feat: Added ItemGround class

+ Added onPlayerTakeItem and onPlayerDropItem events
This commit is contained in:
AURUMVORXX
2024-11-06 02:07:55 +03:00
parent 4efda3e2e0
commit cee3341a51
12 changed files with 205 additions and 25 deletions

View File

@@ -3,7 +3,7 @@
#include "Array.h"
#include "Property.h"
namespace nonut::g2o
namespace nonut
{
#define GET_SLOT(slot, type) slot = arrayWrapper.get<type>(#slot)

View File

@@ -5,7 +5,7 @@
#include "Utils.h"
namespace nonut::g2o
namespace nonut
{
struct GameTime : CustomType
{