Closed CodeWringer closed 1 year ago
In the TransientSkill class, in lines 89 and 94, the this reference must be changed to thiz, to properly reference the TransientSkill instance.
TransientSkill
89
94
this
thiz
In the
TransientSkill
class, in lines89
and94
, thethis
reference must be changed tothiz
, to properly reference theTransientSkill
instance.