hamburbur-org/Console ? reverse-engineered prompt
Reverse engineered prompt
Build me a C# API for Gorilla Tag that other mods can plug into easily.
I want it to feel like a reusable console system, something a mod developer could drop in and use without having to rewrite the same basic command and message handling every time. Keep it focused on being an implementation friendly library for other mods, not a full game mod by itself.
Make the project clean and easy to expand, with sensible defaults, a simple way to register and run commands, and a basic structure that would make sense for a modding API. If anything in the current setup is unclear, check the existing code and look up current docs online if you need to. I’d also like the solution to be ready to build in Visual Studio and organized so another developer can understand and extend it later.
Are you gonna build this?
make sure you review the code using coderabbit