mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
9 lines
90 B
Text
9 lines
90 B
Text
function ExampleGUI::onWake(%this)
|
|
{
|
|
|
|
}
|
|
|
|
function ExampleGUI::onSleep(%this)
|
|
{
|
|
|
|
}
|