This should handle one of my oldest feature requests and something I've wanted to do for a while, #3. It could still use some cleaning up though:
[ ] We should probably try to centralize the logic for fetching classes
[x] RimworldXmlReference should probably have a GetShortName instead of doing the . split in two places
[x] We need to get this working with Find Usages for custom def's base classes. Probably means registering the tag in our registry under multiple keys. One for each super class that we extend from
This should handle one of my oldest feature requests and something I've wanted to do for a while, #3. It could still use some cleaning up though:
RimworldXmlReference
should probably have aGetShortName
instead of doing the.
split in two places