public void Reset() { robberyEnded = false; endCase = EndCases.Null; }
public void EndSetup(EndCases end) { robberyEnded = true; endCase = end; }