- Home /
In which script(s) are the messages sent by the Network class actually called?
The `Network` class does call some functions like OnPlayerConnected
etc. but I did not find where these functions are actually called.
So my question is, in which script(s) are these callbacks made and how would I replicate this behaviour with own scripts?
Comment