Ejemplo n.º 1
0
 public Plate(Alliance alliance, bool isOwned)
 {
     Alliance = alliance;
     IsOwned  = isOwned;
 }