SHORTTUTORIAL: ExtendedThings - roxxploxx/RimWorldModGuide GitHub Wiki
A17's PatchOperations. Skip this.
NOTE: This is largely outdated due toExtendedThing
This adds Component-like functionality to ANY "Verse.Thing" object in the game. Previously, only 'Verse.ThingWithComps' could have this done. In the example code, I have created a Plant that can have traps like entangling vines or land-mine like functionality. Compare this diagram to the diagram of Things and ThingDef which implements Components.
How To Make an Extended Thing
For now, by example from my code below.