[Feature request] Make Drive ability inheritable

ChristianWiele

Active member
Hi,

I would like to inherit from the drive ability to not copy the code. Unfortunately, the CanStartAbility method calls the private method GetValidStartLocation, which I would like to override / remove as I don't need it, and which is very strict. So my request would be to either make GetValidStartLocation overridable, or make the call in the CanStartAbility optional.

Thanks, Christian
 
Top