package net.classicube.launcher; // Options for installing updates public enum UpdateMode { DISABLED, // No update is attempted NOTIFY, // User is notified when an update is installed AUTOMATIC // Updates are installed silently }