Beispiel #1
0
 private void ChatServiceMultiplexer_OnRoomStateUpdated(MultiplexedPlatformService arg1, MultiplexedChannel arg2)
 {
     this.OnRoomStateUpdated?.Invoke(arg1, arg2);
 }
Beispiel #2
0
 private void ChatServiceMultiplexerOnLeaveChannel(MultiplexedPlatformService arg1, MultiplexedChannel arg2)
 {
     this.OnLeaveChannel?.Invoke(arg1, arg2);
 }
Beispiel #3
0
 private void ChatServiceMultiplexer_OnMessageDeleted(MultiplexedPlatformService arg1, MultiplexedChannel arg2, string arg3)
 {
     this.OnMessageDeleted?.Invoke(arg1, arg2, arg3);
 }