DarkflameServer/dScripts/ImaginationShrineServer.h
2021-12-05 18:54:36 +01:00

11 lines
211 B
C++

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