Using a default implementation on an interface
If I have an interface
And I now want to have a specialized interface
Can I somehow use the default implementation
And I now want to have a specialized interface
Can I somehow use the default implementation
GetAttack(){GetAttack(level)} to implement IAttack for thingss that are implementing IUpgradableAttack?