Torque3D/Templates/BaseGame/game/data/ExampleModule/GUIs/ExampleGUI.tscript
2021-01-19 21:32:31 +01:00

10 lines
90 B
Plaintext

function ExampleGUI::onWake(%this)
{
}
function ExampleGUI::onSleep(%this)
{
}