Torque3D/Templates/BaseGame/game/data/pbr/pbr.cs

19 lines
325 B
C#
Raw Normal View History

function pbr::onCreate(%this)
{
}
function pbr::onDestroy(%this)
{
}
function pbr::initServer(%this){}
function pbr::onCreateGameServer(%this){}
function pbr::onDestroyGameServer(%this){}
function pbr::initClient(%this){}
function pbr::onCreateClientConnection(%this){}
function pbr::onDestroyClientConnection(%this){}