コード例 #1
0
 public void SendBroadcast(Byteable byteable, bool reliable = false)
 {
     _channel.SendAll(byteable, reliable);
 }