Ejemplo n.º 1
0
 void updateZone(Card c) {
   set(TrackableProperty.Zone, c.getZone() == null ? null : c.getZone().getZoneType());
 }