コード例 #1
0
 private void invateFriend()
 {
     ActionManager.Action_OnInvateFriend(FriendId);
     ActionManager.Action_OnPrivateMessageSend(FriendId, "invate");
 }
コード例 #2
0
 private void DoDecline()
 {
     ActionManager.Action_OnPrivateMessageSend(chatHelper.InvatedFriendID, "no");
 }
コード例 #3
0
 private void DoCancel()
 {
     ActionManager.Action_OnPrivateMessageSend(chatHelper.SelectedFriendID, "cancel");
 }
コード例 #4
0
 private void DoAccept()
 {
     ActionManager.Action_OnPrivateMessageSend(chatHelper.InvatedFriendID, "ok");
 }