So I'm trying to make a simple prif burner and my enum states are the only part giving me a hard time. I made one script before and they worked fine so now I'm just confused...
public enum State {
BANK,
BURN,
}
and this is my State
public void onLoop() {
switch...