PawnController.RegisterStepSoundRegion C# (CSharp) Method

RegisterStepSoundRegion() private method

private RegisterStepSoundRegion ( StepSoundRegion, stepSoundRegion ) : void
stepSoundRegion StepSoundRegion,
return void
    internal void RegisterStepSoundRegion(StepSoundRegion stepSoundRegion)
    {
        currentStepSoundRegion = stepSoundRegion;
    }