DarkflameServer/dScripts/ai/WILD/LupGenericInteract.h

8 lines
154 B
C
Raw Normal View History

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