Skip to content

TimberAPI v0.1.0 Alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@hawkfalcon hawkfalcon released this 01 Nov 00:04
· 425 commits to main since this release
59d5dac

First release
EVERYTHING IS SUBJECT TO CHANGE. THIS IS AN ALPHA RELEASE!
Two features to start:

  1. Dependency Injection
    TimberAPI.Dependencies.AddConfigurator(new ExampleConfigurator());
  2. 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