mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
parent
f2c66b9ceb
commit
1bccb4e48c
2 changed files with 68 additions and 43 deletions
|
@ -83,6 +83,10 @@ struct ToolCapabilities
|
|||
void deSerialize(std::istream &is);
|
||||
void serializeJson(std::ostream &os) const;
|
||||
void deserializeJson(std::istream &is);
|
||||
|
||||
private:
|
||||
void deserializeJsonGroupcaps(Json::Value &json);
|
||||
void deserializeJsonDamageGroups(Json::Value &json);
|
||||
};
|
||||
|
||||
struct WearBarParams
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue