Example #1
0
 /// <summary>
 /// Dos the refresh.
 /// </summary>
 /// <param name="actionId">Action identifier.</param>
 /// <param name="gameUser">Game user.</param>
 protected void DoRefresh(int actionId, IUser gameUser) {
     if (EnablePayNotify != null) {
         EnablePayNotify.Notify(gameUser);
     }
     if (gameUser != null) {
         gameUser.RefreshOnlineDate();
     }
 }