2025-12-26 20:58:07 -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);
}