diff options
Diffstat (limited to '')
-rw-r--r-- | source/cFurnaceEntity.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cFurnaceEntity.h b/source/cFurnaceEntity.h index d133561a1..953644097 100644 --- a/source/cFurnaceEntity.h +++ b/source/cFurnaceEntity.h @@ -35,6 +35,8 @@ public: bool LoadFromJson(const Json::Value& a_Value ); virtual void SaveToJson(Json::Value& a_Value ) override; + virtual void SendTo(cClientHandle & a_Client) override; + // Returns true if there's any change, forcing the chunk to go dirty. bool Tick( float a_Dt ); |