2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-07 01:07:25 +00:00

chore: inject ZoneAssetCreationStateCollection to states

This commit is contained in:
Jan
2025-01-03 12:45:59 +01:00
parent ef862ff246
commit 2313da1c12
7 changed files with 29 additions and 14 deletions

View File

@@ -68,6 +68,7 @@ public:
private:
[[nodiscard]] XAssetInfoGeneric* LoadDefaultAssetDependency(asset_type_t assetType, const std::string& assetName);
Zone& m_zone;
const AssetCreatorCollection* m_creators;
const IgnoredAssetLookup* m_ignored_asset_lookup;
};