Make IMyShipDrill inherit from IMyShipToolBase
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.
Replies have been locked on this page!