Add deleteinven slash command

This commit is contained in:
EmosewaMC
2022-12-02 06:03:47 -08:00
parent a0310f6ffd
commit cf44028665
26 changed files with 129 additions and 33 deletions

View File

@@ -49,6 +49,7 @@
#include "ScriptComponent.h"
#include "RebuildComponent.h"
#include "VendorComponent.h"
#include "InventoryComponent.h"
#include "RocketLaunchpadControlComponent.h"
#include "PropertyEntranceComponent.h"
#include "MovingPlatformComponent.h"

View File

@@ -5,7 +5,6 @@
#include "dCommonVars.h"
#include "RakNetTypes.h"
#include <string>
#include "InventoryComponent.h"
#include "dMessageIdentifiers.h"
#include "AMFFormat.h"
#include "AMFFormat_BitStream.h"
@@ -20,6 +19,8 @@ class User;
class Entity;
class NiPoint3;
enum class eUnequippableActiveType;
enum eInventoryType : uint32_t;
class Item;
namespace GameMessages {
class PropertyDataMessage;