示例#1
0
 private void OnActivityInvite(ActivityActionType type, ref User user, ref Activity activity)
 {
     activity_manager.AcceptInvite(user.Id);
 }