DarkflameServer/dScripts/NtHaelServer.h

7 lines
141 B
C
Raw Normal View History

#pragma once
#include "NtFactionSpyServer.h"
class NtHaelServer : public NtFactionSpyServer {
2022-07-28 13:39:57 +00:00
void SetVariables(Entity* self) override;
};