Block a user
WIP: feature-attributes
3b0fc4481e
rename HeroAttributes -> HeroAttributesSO
8170727c59
add stat effects, and rework attributes again
2bffefc0cb
add skeleton of hero attributes
37436793ce
rework Attribute to track its own bonuses
WIP: attribute system
Implement Attribute System
Since duders and enemies have different stats, is the idea to make AttributeSet an interface with a public Attribute Get(someAttrEnum)
?