namespace KitsuneCafe.Input { public enum ControlScheme { Gamepad, KeyboardAndMouse, Other } }