Exemplo n.º 1
0
 protected void DoRefresh(int actionId, BaseUser gameUser)
 {
     if (EnablePayNotify != null)
     {
         EnablePayNotify.Notify(gameUser);
     }
     if (gameUser != null)
     {
         gameUser.RefleshOnlineDate();
     }
 }