C#C
C#3y ago
Pacrombie

❔ Abstract forced empty constructor inheritance

As shown in the pictures, do I really have to have these empty constructors in my child class if I want the functionality of the abstract class's constructors? If I remove them from the child, I get an error: CS1729: 'PlayerAbility' does not contain a constructor that takes 0 arguments
image.png
image.png
Was this page helpful?