ScottLilly/SOSCSRPG

Lesson 18.4 Step 6 typo

Closed this issue · 1 comments

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:

  1. Go to https://soscsrpg.com/build-a-c-wpf-rpg/lesson-18-4-adding-player-attributes-to-living-entities/
  2. Scroll down to Step 6
  3. 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()”.

Thanks! I updated the lesson. Some of the pages were messed up in the move to the new site