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

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

11 lines
214 B
C
Raw Normal View History

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