ChangedProperty.java

package soen6441riskgame.enums;

/**
 * Because the observers cannot differentiate what property is changed, this class indicate that
 * info
 */
public enum ChangedProperty {
                             CARD,
                             GAME_PHASE
}