Update 'README.md'

This commit is contained in:
Syntriax 2022-11-19 11:59:37 +00:00
parent 27266e196f
commit bfd8049f17
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class MovementInputs : MonoBehaviour, Inputs.IMovementActions
}
movementController =
movementController ?? FindObjectOfType<MovementController>();
movementController ?? FindObjectOfType<IMovementController>();
inputs.Enable();
}