예제 #1
0
 public void OnBanchoMatchComplete(BanchoMatchCompleteArgs args)
 {
     args.pr.JoinedRoom?.Complete(args.pr);
 }
예제 #2
0
 public void OnBanchoMatchComplete(BanchoMatchCompleteArgs args)
 {
     args.Pr.ActiveMatch?.Complete(args.Pr);
     args.Pr.ActiveMatch?.Update();
 }