mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
11 lines
97 B
C#
11 lines
97 B
C#
|
|
function StaticShapeTest::onCreate(%this)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
function StaticShapeTest::onDestroy(%this)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|