mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 12:14:45 +00:00
13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
<ModuleDefinition
|
|
ModuleId="DamageModel"
|
|
VersionId="1"
|
|
Group="Game"
|
|
scriptFile="DamageModel.tscript"
|
|
CreateFunction="onCreate"
|
|
DestroyFunction="onDestroy"
|
|
Dependencies="UI=1">
|
|
<DeclaredAssets
|
|
Extension="asset.taml"
|
|
Recurse="true"/>
|
|
</ModuleDefinition>
|