Updated Accessibility

This commit is contained in:
Pascal Serrarens 2023-02-27 12:24:09 +01:00
parent 277662d107
commit a69f8c4eac

View File

@ -59,7 +59,7 @@ namespace Passer.Humanoid {
/// as the third person avatar. /// as the third person avatar.
public Animator[] tpAvatars = new Animator[0]; public Animator[] tpAvatars = new Animator[0];
private HumanoidControl humanoid; protected HumanoidControl humanoid;
protected virtual void Start() { protected virtual void Start() {
humanoid = GetComponent<HumanoidControl>(); humanoid = GetComponent<HumanoidControl>();