module.taml 320 B

123456789101112
  1. <ModuleDefinition
  2. ModuleId="BridgeToy"
  3. VersionId="1"
  4. Enabled="1"
  5. Description="Demonstrates the ability to create supporting structures using joints."
  6. Dependencies="ToyAssets=1"
  7. Type="toy"
  8. ToyCategoryIndex="2"
  9. ScriptFile="main.cs"
  10. CreateFunction="create"
  11. DestroyFunction="destroy"/>