module.taml 288 B

12345678910
  1. <ModuleDefinition
  2. ModuleId="DeadlyReef"
  3. VersionId="1"
  4. Description="Feeding fish in a post-apocalyptic world (wouldn't that be cool?!)"
  5. Dependencies="TropicalAssets,AppCore"
  6. Group="game"
  7. ScriptFile="main.cs"
  8. CreateFunction="create"
  9. DestroyFunction="destroy">
  10. </ModuleDefinition>