public void setLastResetTime(long lastResetTime) { human .getHumanPropertiesManager() .setLongPropertyValue(HumanLongProperty.LAST_CD_RESET_TIME, lastResetTime); }
public long getLastResetTime() { return human .getHumanPropertiesManager() .getLongPropertyValue(HumanLongProperty.LAST_CD_RESET_TIME); }