UnlimitedHugs / RimworldHugsLib

A lightweight shared library for Rimworld modding.
Other
245 stars 59 forks source link

Shell Commands #13

Closed scuba156 closed 7 years ago

scuba156 commented 7 years ago

-includes shell commands to restart rimworld and open the log as examples -usage example: "new Shell.ShellRestartRimWorld();"

UnlimitedHugs commented 7 years ago

Released as part of v2.4.0. I made the classes static for the sake of simplicity and consistency. Other than that, good work, and thank you for the contribution.

scuba156 commented 7 years ago

Looks good to me.

I was going to change the classes to be static but I could not be bothered TBH :)

If you have idea's for shells in the future and need them written or tested on multiple OS's, feel free to let me know and I will help where I can.