コード例 #1
0
ファイル: Protocol.cs プロジェクト: mahdiz/mpclib
 public void Broadcast(Msg msg, int delay = 0)
 {
     Me.Broadcast(this, msg, delay);
 }