Browse Source

- Added the "ToyAssets" module as a dependency of the Sandbox. This will stop it from being loaded/unloaded when switching between toys that use it.

MelvMay-GG 12 years ago
parent
commit
e3d4b0e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/Sandbox/1/module.taml

+ 1 - 0
modules/Sandbox/1/module.taml

@@ -1,6 +1,7 @@
 <ModuleDefinition
 	ModuleId="Sandbox"
 	VersionId="1"
+	Dependencies="ToyAssets=1"
 	Description="A sandbox for testing and prototyping."
 	ScriptFile="main.cs"
 	CreateFunction="create"