Skip to content
hawkfalcon edited this page Oct 31, 2021 · 10 revisions

TimberAPI

Welcome to the TimberAPI wiki!

TimberAPI is a work in progress.

Background

This assumes that you have BepInEx installed

The API will be hooked in your Awake in a BepInEx BaseUnityPlugin

Goal

We want to make an API which enables the easier creation of Mods. We will try to make the most commonly done things, such as dependency injection and event listening not require Harmony.

Dependency Injection

Dependency Injection

Clone this wiki locally