DarkflameServer/dScripts/02_server/Map/NT/NtHaelServer.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
141 B
C
Raw Normal View History

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