Esempio n. 1
0
 // Catchup
 public bool IsLocallyVisibleTo(int peerId)
 {
     return(OnlinePlayers.HasKey(peerId));
 }