DarkflameServer/dScripts/02_server/Map/General/StoryBoxInteractServer.h

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

8 lines
149 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class StoryBoxInteractServer : public CppScripts::Script {
public:
void OnUse(Entity* self, Entity* user);
};