mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-26 10:03:48 +00:00
9 lines
83 B
C#
9 lines
83 B
C#
|
|
function TestGrids::onCreate(%this)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
function TestGrids::onDestroy(%this)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|