コード例 #1
0
ファイル: AuthorizeAction.cs プロジェクト: juneman/Scut
 /// <summary>
 /// Dos the refresh.
 /// </summary>
 /// <param name="actionId">Action identifier.</param>
 /// <param name="gameUser">Game user.</param>
 protected void DoRefresh(int actionId, BaseUser gameUser)
 {
     if (EnablePayNotify != null)
     {
         EnablePayNotify.Notify(gameUser);
     }
     if (gameUser != null)
     {
         gameUser.RefleshOnlineDate();
     }
 }