DarkflameServer/dScripts/NsTokenConsoleServer.h

10 lines
196 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class NsTokenConsoleServer : public CppScripts::Script
{
public:
void OnStartup(Entity* self) override;
2022-07-28 13:39:57 +00:00
void OnUse(Entity* self, Entity* user) override;
};