mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-23 21:35:34 +00:00
11 lines
77 B
C#
11 lines
77 B
C#
|
|
function Rocks::onCreate(%this)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
function Rocks::onDestroy(%this)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|