Пример #1
0
 public bool SePermiteControlarElJugador(JugadorPartida ownerPlayer)
 {
     return(controladorJugador.SePermiteControlarElJugador(ownerPlayer));
 }