2019-09-02 16:13:24 -05:00
|
|
|
function pbr::onCreate(%this)
|
2019-05-08 01:27:51 -05:00
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-02 16:13:24 -05:00
|
|
|
function pbr::onDestroy(%this)
|
2019-05-08 01:27:51 -05:00
|
|
|
{
|
2019-08-01 01:38:36 -05:00
|
|
|
}
|
|
|
|
|
|
2019-09-02 16:13:24 -05:00
|
|
|
function pbr::initServer(%this){}
|
2019-08-28 00:56:24 -05:00
|
|
|
|
2019-09-02 16:13:24 -05:00
|
|
|
function pbr::onCreateGameServer(%this){}
|
2019-08-28 00:56:24 -05:00
|
|
|
|
2019-09-02 16:13:24 -05:00
|
|
|
function pbr::onDestroyGameServer(%this){}
|
2019-08-01 01:38:36 -05:00
|
|
|
|
2019-09-02 16:13:24 -05:00
|
|
|
function pbr::initClient(%this){}
|
2019-08-01 01:38:36 -05:00
|
|
|
|
2019-09-02 16:13:24 -05:00
|
|
|
function pbr::onCreateClientConnection(%this){}
|
2019-08-01 01:38:36 -05:00
|
|
|
|
2019-09-02 16:13:24 -05:00
|
|
|
function pbr::onDestroyClientConnection(%this){}
|