Beispiel #1
0
 //-----------------------------------------------------------------------------------------
 protected void PushToMainThread(IPEndPoint client, NetMessage data)
 {
     _MBuffer.AddMsg(client, data);
 }