erdelf / AlienRaces

Rimworld mod alien race framework
MIT License
103 stars 69 forks source link

Feature Request: Change UpdateTranslateableFields to public #71

Closed Nabber123 closed 1 year ago

Nabber123 commented 2 years ago

Hi, I am trying to extend BackstoryDef functionality in my own subclass and would like to access the UpdateTranslateableFields() method in BackstoryDef, but it is currently tagged as Internal.

Moving it to public would allow us to directly call it rather than copy-pasting it or calling it through reflection.