module.taml 321 B

1234567891011121314
  1. <ModuleDefinition
  2. ModuleId="ToyAssets"
  3. VersionId="1"
  4. Description="A nice mix of assets used by all the toys."
  5. ToyCategoryIndex="0">
  6. <DeclaredAssets
  7. Path="assets"
  8. Extension="asset.taml"
  9. Recurse="true"/>
  10. <DeclaredAssets
  11. Path="assets"
  12. Extension="asset.json"
  13. Recurse="true"/>
  14. </ModuleDefinition>