2025-12-21 11:53:43 -08:00

9 lines
162 B
C++
Executable File

#include "object_manipulation.h"
#include "zone/client.h"
void command_object(Client *c, const Seperator *sep)
{
ObjectManipulation::CommandHandler(c, sep);
}