DarkflameServer/dScripts/ImaginationShrineServer.h

11 lines
208 B
C
Raw Normal View History

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