-
Notifications
You must be signed in to change notification settings - Fork 5
Merge sfMaps and sfCollectionMaps? #14
Copy link
Copy link
Open
Labels
cookingRelated to mod asset and Highlander cookingRelated to mod asset and Highlander cookingenhancementNew feature or requestNew feature or request
Description
e.g.
"sfMaps": [
"Obj_SupplyExtraction_CI"
],
"sfCollectionMaps": [
{
"name": "StrategyCollection_CI",
"packages": [
"GeoscapeMesh_CI",
"UILibrary_CI_ChainPreview",
"UILibrary_CovertInfiltration"
]
}
]could become
"sfMaps": [
"Obj_SupplyExtraction_CI",
{
"name": "StrategyCollection_CI",
"packages": [
"GeoscapeMesh_CI",
"UILibrary_CI_ChainPreview",
"UILibrary_CovertInfiltration"
]
}
](short form and long form)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cookingRelated to mod asset and Highlander cookingRelated to mod asset and Highlander cookingenhancementNew feature or requestNew feature or request