DarkflameServer/dScripts/StoryBoxInteractServer.h

7 lines
148 B
C
Raw Normal View History

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