You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packageftc.electronvolts.statemachine;
/** * This file was made by the electronVolts, FTC team 7393 * * This class is meant to be implemented with an enum containing the list of * state names. */publicinterfaceStateName {
/** * @return Returns the name for telemetry purposes. */Stringname();
}