DarkflameServer/dScripts/ImaginationShrineServer.h

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

11 lines
208 B
C
Raw Normal View History

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