mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
14 lines
367 B
Plaintext
14 lines
367 B
Plaintext
<ModuleDefinition
|
|
ModuleId="ToolsModule"
|
|
VersionId="1"
|
|
Description="Module that implements the tools and editor suite."
|
|
ScriptFile="Tools"
|
|
CreateFunction="onCreate"
|
|
DestroyFunction="onDestroy"
|
|
Group="Tools">
|
|
<DeclaredAssets
|
|
canSave="true"
|
|
canSaveDynamicFields="true"
|
|
Extension="asset.taml"
|
|
Recurse="true" />
|
|
</ModuleDefinition> |