Migrate more members

This commit is contained in:
David Markowitz
2026-06-12 13:44:16 -07:00
parent 77077d84f9
commit b1e51a5f5b
20 changed files with 135 additions and 124 deletions

View File

@@ -31,5 +31,5 @@ struct EquippedItem
/**
* The configuration of the item with any extra data
*/
std::vector<LDFBaseData*> config = {};
LwoNameValue config = {};
};