TimberAPI v0.1.0 Alpha
Pre-release
Pre-release
First release
EVERYTHING IS SUBJECT TO CHANGE. THIS IS AN ALPHA RELEASE!
Two features to start:
- Dependency Injection
TimberAPI.Dependencies.AddConfigurator(new ExampleConfigurator());
- Event Listening
Class : Listener { [OnEvent]...
See the WIKI
There's also a working example which just prints a lot of things to console at the moment
https://github.com/Timberborn-Modding-Central/TimberAPI/blob/main/TimberAPIExample/TimberApiExamplePlugin.cs