Ich kündige!
This commit is contained in:
@ -47,7 +47,7 @@ public class Developer : MonoBehaviour
|
||||
|
||||
[SerializeField]
|
||||
private DeveloperStats _baseStats = DeveloperStats.Default;
|
||||
|
||||
|
||||
[SerializeField]
|
||||
private float _talkRange = 2.0f;
|
||||
|
||||
@ -575,4 +575,9 @@ public class Developer : MonoBehaviour
|
||||
GetComponent<Text2Speech>().Generate(context, shortnessLevel);
|
||||
}
|
||||
}
|
||||
|
||||
public void PlayStepSound()
|
||||
{
|
||||
_audioSource.PlayOneShot(GameManager.Instance.Player.Data.StepSounds.GetRandomElement());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user