RPG to 3RD person Chapter 36, a small correction

Hello Brian.

A small mistake in the code according a spelling mistake.

In chapter 36 when you add ForceReceiver to Start in PlayerImpactState and EnemyImpactState, you writte:

ForceReciever.OnForceApplied += Handle_ForceApplied;

you invert the i and the e in ForceReciever.

The correct spelling must be :

ForceReceiver and not ForceReciever.

If not other student like me would be able to spend much time to understand what happen lol :wink:

What is most need ForceReceiver than ForceReciever :slight_smile:

Have a nice day.

François

Corrected in English spelling by a Frenchman… NO!!! :slight_smile:

Good catch!