DarkflameServer/dScripts/LupGenericInteract.h
Aaron Kimbre 2946a612fb remove unused headers
comment about how controllable physics is the correct way to do this
right now they have moving plat comps, and that is not correct
2022-09-03 22:26:00 -05:00

8 lines
154 B
C++

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