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