Lesson 18.4 Step 6 typo
Closed this issue · 1 comments
mkenig5 commented
Describe the bug
Typo:
Change the hard-coded “18” value we were passing into the base constructor for the dexterity to “new LiChange the hard-coded “18” value we were passing into the base constructor for the dexterity to “new List()”.
To Reproduce
Steps to reproduce the behavior:
- Go to https://soscsrpg.com/build-a-c-wpf-rpg/lesson-18-4-adding-player-attributes-to-living-entities/
- Scroll down to Step 6
- See typo
Expected behavior
Should be:
Change the hard-coded “18” value we were passing into the base constructor for the dexterity to “new List()”.
ScottLilly commented
Thanks! I updated the lesson. Some of the pages were messed up in the move to the new site