module.taml 283 B

12345678910
  1. <ModuleDefinition
  2. ModuleId="SoftbodyToy"
  3. VersionId="1"
  4. Description="Show a complex pseudo soft-body structure consisting of distance joints."
  5. Dependencies="ToyAssets=1"
  6. Type="toy"
  7. ToyCategoryIndex="2"
  8. ScriptFile="main.cs"
  9. CreateFunction="create"
  10. DestroyFunction="destroy"/>