Make IMyShipDrill inherit from IMyShipToolBase

Mike Stout shared this feedback 3 years ago
Submitted

Welders and Grinders both inherit from ToolBase, but Drills do not. This means I need two versions of my controller module in programmable blocks, one for working with drills, and the other for working with the other tools. If this inheritance were in place, the same module would be able to handle all three, which would help reduce the size and complexity of the scripts.

Leave a Comment
 
Attach a file