public bool SendToChannel(ref byte[] byteData) { foreach (KeyValuePair <int, GameObject> i in entities) { mynetwork.Send(i.Key, byteData); } return(true); }