mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-15 12:43:50 +00:00
9 lines
216 B
Text
9 lines
216 B
Text
|
|
<ModuleDefinition
|
||
|
|
ModuleId="UI"
|
||
|
|
VersionId="1"
|
||
|
|
Description="Module that implements the menus for the game."
|
||
|
|
ScriptFile="UI.cs"
|
||
|
|
CreateFunction="create"
|
||
|
|
DestroyFunction="destroy"
|
||
|
|
Group="Game">
|
||
|
|
</ModuleDefinition>
|