PawnController.RegisterStepSoundRegion C# (CSharp) Метод

RegisterStepSoundRegion() приватный Метод

private RegisterStepSoundRegion ( StepSoundRegion, stepSoundRegion ) : void
stepSoundRegion StepSoundRegion,
Результат void
    internal void RegisterStepSoundRegion(StepSoundRegion stepSoundRegion)
    {
        currentStepSoundRegion = stepSoundRegion;
    }