blowfishpro / B9PartSwitch

A Kerbal Space Program plugin designed to implement switching of part meshes, resources, and nodes
GNU Lesser General Public License v3.0
50 stars 33 forks source link

Allow one module to add volume to another #18

Closed blowfishpro closed 7 years ago

blowfishpro commented 8 years ago

Keeps number of subtypes down on many switchers, aids ease-of-use

Current thinking: each child module registers itself to the "parent" to which it adds volume. Subtype changes on the child trigger a volume update on the parent.

Things to consider

blowfishpro commented 7 years ago

Done in #40