mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 13:37:22 +00:00
2946a612fb
comment about how controllable physics is the correct way to do this right now they have moving plat comps, and that is not correct
8 lines
154 B
C++
8 lines
154 B
C++
#pragma once
|
|
#include "CppScripts.h"
|
|
|
|
class LupGenericInteract : public CppScripts::Script {
|
|
public:
|
|
void OnUse(Entity* self, Entity* user) override;
|
|
};
|