Example #1
0
 private void OnLeft(LeftPlayerEvent e)
 {
     this.UpdateOnline();
 }
Example #2
0
 private void OnLeft(object sender, LeftPlayerEvent e)
 {
     this.UpdateOnline();
 }