PawnController.RegisterStepSoundRegion C# (CSharp) 메소드

RegisterStepSoundRegion() 개인적인 메소드

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