예제 #1
0
 public void HandleCustomKeyBindNotification(CustomKeyBindNotification notification)
 {
 }
예제 #2
0
 public async static Task OnCustomKeyBindNotification(LobbyServerConnection client, CustomKeyBindNotification notification)
 {
     await Task.CompletedTask;
 }