mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-28 00:24:44 +00:00
26 lines
664 B
Plaintext
26 lines
664 B
Plaintext
<ModuleDefinition
|
|
canSave="true"
|
|
canSaveDynamicFields="true"
|
|
ModuleId="StaticShapeTest"
|
|
VersionId="1"
|
|
Group="Game"
|
|
scriptFile="StaticShapeTest.cs"
|
|
CreateFunction="onCreate"
|
|
DestroyFunction="onDestroy">
|
|
<DeclaredAssets
|
|
canSave="true"
|
|
canSaveDynamicFields="true"
|
|
Extension="asset.taml"
|
|
Recurse="true" />
|
|
<AutoloadAssets
|
|
canSave="true"
|
|
canSaveDynamicFields="true"
|
|
AssetType="ComponentAsset"
|
|
Recurse="true" />
|
|
<AutoloadAssets
|
|
canSave="true"
|
|
canSaveDynamicFields="true"
|
|
AssetType="GUIAsset"
|
|
Recurse="true" />
|
|
</ModuleDefinition>
|