mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-01-04 09:39:35 -06:00
7 lines
144 B
C++
7 lines
144 B
C++
#pragma once
|
|
#include "NtFactionSpyServer.h"
|
|
|
|
class NtHaelServer : public NtFactionSpyServer {
|
|
void SetVariables(Entity *self) override;
|
|
};
|