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