module.taml 325 B

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