ItemDef/EntityDef/Block: Add method cloneTo to definition to other definition
ContentBuilder: Add method `get` to get definition or nullptr ContentLoader: Add functionality to clone from definition specified in `parent` field in json
This commit is contained in:
@@ -44,4 +44,5 @@ struct ItemDef {
|
||||
|
||||
ItemDef(const std::string& name);
|
||||
ItemDef(const ItemDef&) = delete;
|
||||
void cloneTo(ItemDef& dst);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user