public static AudioGrp_Footstep GetFootStepState(this PlayerEntity player) { PostureInConfig curPosture = player.stateInterface.State.GetCurrentPostureState(); return(AudioUtil.ToAudioFootGrp(curPosture)); }