2025-12-08 20:10:10 -08:00

7 lines
108 B
C++

#include "../../client.h"
void ShowTraps(Client *c, const Seperator *sep)
{
entity_list.GetTrapInfo(c);
}