public Player(ContentManager content, Placement startingLocation) : base(content, "Rob", startingLocation, MOVEMENT_SPEED) { this.footStepsSfx = LoadingUtils.load <SoundEffect>(content, "FootSteps"); }