Esempio n. 1
0
 /// <summary>
 ///     Called when the manager unloads all the modules.
 /// </summary>
 /// <param name="manager"></param>
 public virtual void Unload(UDPClient client)
 {
 }
Esempio n. 2
0
 private static void NetworkLateUpdate()
 {
     //Debug.Log("NetworkLateUpdate @ " + Time.time);
     UDPServer.NetworkLateUpdate();
     UDPClient.NetworkLateUpdate();
 }
Esempio n. 3
0
 /// <summary>
 ///     Called by master server when module should be started
 /// </summary>
 /// <param name="manager"></param>
 public virtual void Initialize(UDPClient client)
 {
 }