Moved a lot of core functionality into new Common library

- Remove System.IO from Implicit Usings.
This commit is contained in:
Tony Bark 2026-04-24 08:34:12 -04:00
parent 1f2032dcf8
commit fb013f2b15
18 changed files with 169 additions and 14 deletions

View file

@ -7,8 +7,10 @@ Loosely based on [Penis 2.0.77](https://glaiveguisarme.itch.io/penis-two-point-z
### Prerequisites
- .NET 8 or later
- [Godot Mono](https://godotengine.org/)
- [Godot (.NET)](https://godotengine.org/)
Supported platforms: `win-x64`, `linux-x64`, and `osx-arm64`.
## License
I license this project under the GPL-3.0 license - see [LICENSE](LICENSE) for details.
I license this project under the GPL-2.0 license - see [LICENSE](LICENSE) for details.