window.GameSettings = class { constructor() { this.crouching = 'ShiftLeft'; this.sprinting = 'ControlLeft'; } }