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

12 lines
159 B
C++

#include "../../client.h"
void ShowStats(Client *c, const Seperator *sep)
{
Mob* t = c;
if (c->GetTarget()) {
t = c->GetTarget();
}
t->ShowStats(c);
}