Ejemplo n.º 1
0
            public bool OnEvent(BaseEvent ev)
            {
                if (ev is NetworkEvent)
                {
                    NetworkChange.OnNetworkChangeCallback((NetworkEvent)ev);
                }

                return(true);
            }
Ejemplo n.º 2
0
 public static void RegisterNetworkChange(NetworkChange nc)
 {
 }
 public static void RegisterNetworkChange(NetworkChange nc) { }
Ejemplo n.º 4
0
 public static void RegisterNetworkChange(NetworkChange nc)
 {
     throw new NotImplementedException();
 }