My parent classes properties are acting as of they are private
I have three classes Enemy Boss and Lich. Boss is a subclasss of Enemy and Lich is a subclass of Boss. this is done to allow all the boss types to share there default stats
I have three classes Enemy Boss and Lich. Boss is a subclasss of Enemy and Lich is a subclass of Boss. this is done to allow all the boss types to share there default stats