module.taml 319 B

123456789101112
  1. <ModuleDefinition
  2. ModuleId="SphereStackToy"
  3. VersionId="1"
  4. BuildId="1"
  5. Enabled="1"
  6. Description="Demonstrates the physics accuracy by stacking balls."
  7. Dependencies="ToyAssets=1"
  8. Type="toy"
  9. ToyCategoryIndex="3"
  10. ScriptFile="main.cs"
  11. CreateFunction="create"
  12. DestroyFunction="destroy"/>