//Called from Unity Button
 public void AcceptRematch()
 {
     App.AcceptRematch(gameObject);
 }