module.taml 275 B

12345678910
  1. <ModuleDefinition
  2. ModuleId="MoveToToy"
  3. VersionId="1"
  4. Description="Demonstrates the ability to move to a specific position over time."
  5. Dependencies="ToyAssets=1"
  6. Type="toy"
  7. ToyCategoryIndex="3"
  8. ScriptFile="main.cs"
  9. CreateFunction="create"
  10. DestroyFunction="destroy"/>