Example #1
0
 void Start()
 {
     manager = GameObject.FindObjectOfType<NetworkManager>();
     manager.PrintLog("Started");
 }