namespace SideScrollerGame.Sim.Input; public enum InputButton { Jump = 0, FirePrimary = 1, FireSecondary = 2, Dash = 3 }