mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-24 22:54:50 +00:00
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
|
|
<ModuleDefinition
|
||
|
|
ModuleId="ClientServer"
|
||
|
|
VersionId="1"
|
||
|
|
Description="Default module for the game."
|
||
|
|
ScriptFile="ClientServer.cs"
|
||
|
|
CreateFunction="create"
|
||
|
|
DestroyFunction="destroy"
|
||
|
|
Group="Game">
|
||
|
|
</ModuleDefinition>
|