eqemu-server/zone/gm_commands/object_manipulation.h
2025-12-26 20:58:07 -08:00

12 lines
221 B
C++

#pragma once
#include "zone/client.h"
class ObjectManipulation {
public:
static void CommandHandler(Client *c, const Seperator *sep);
static void CommandHeader(Client *c);
static void SendSubcommands(Client *c);
};