mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 20:54:46 +00:00
10 lines
90 B
Plaintext
10 lines
90 B
Plaintext
function ExampleGUI::onWake(%this)
|
|
{
|
|
|
|
}
|
|
|
|
function ExampleGUI::onSleep(%this)
|
|
{
|
|
|
|
}
|