#ifndef _ITEMGROUND_H #define _ITEMGROUND_H #include #include #include namespace nonut { class ItemGround : public Class { public: ItemGround(SQObject object); Function getPosition; Function getRotation; // Properties Property id; Property instance; Property amount; Property world; Property virtualWorld; }; } #endif