mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-18 14:13:48 +00:00
10 lines
121 B
C#
10 lines
121 B
C#
|
|
function PostFXPack::onCreate(%this)
|
||
|
|
{
|
||
|
|
exec("./Scripts/postFXPack.cs");
|
||
|
|
}
|
||
|
|
|
||
|
|
function PostFXPack::onDestroy(%this)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|