DarkflameServer/dScripts/NtHaelServer.h

7 lines
144 B
C
Raw Normal View History

#pragma once
#include "NtFactionSpyServer.h"
class NtHaelServer : public NtFactionSpyServer {
void SetVariables(Entity *self) override;
};