Exemplo n.º 1
0
 public void OnNotify(PlayerAlamType type, PlayerInfo data)
 {
     for (int i = 0; i < observers.Count; i++)
     {
         observers[i].OnEvent(type, data);
     }
 }
Exemplo n.º 2
0
 public static void Notify(PlayerAlamType type, PlayerInfo data)
 {
     instance.OnNotify(type, data);
 }