diff options
Diffstat (limited to '')
-rw-r--r-- | src/Entities/Floater.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Entities/Floater.h b/src/Entities/Floater.h index 162b74e75..547d503f1 100644 --- a/src/Entities/Floater.h +++ b/src/Entities/Floater.h @@ -11,11 +11,13 @@ class cFloater : public cEntity { - typedef cFloater super; + typedef cEntity super; public: - //tolua_end + + CLASS_PROTODEF(cFloater); + cFloater(double a_X, double a_Y, double a_Z, Vector3d a_Speed, int a_PlayerID, int a_CountDownTime); virtual void SpawnOn(cClientHandle & a_Client) override; @@ -41,4 +43,4 @@ protected: // Entity IDs int m_PlayerID; int m_AttachedMobID; -} ; // tolua_export
\ No newline at end of file +} ; // tolua_export |