

Welcome to ContentAPI, a powerful extension designed to streamline modding by providing enhanced access to game components such as players, shops, and more. With built-in events and utility features, it simplifies game patching and improves the overall modding experience.
To install ContentAPI, follow these steps:
BepInEx\plugins directory.To integrate ContentAPI into your project:
ContentAPIBepInEx\plugins directory.In your code, set up the dependency as follows:
[BepInDependency(ContentPlugin.ContentGUID)] // Specify whether this is a hard or soft dependency. Note: BepInEx defaults to hard dependencies.
public class YourMod : BaseUnityPlugin
{
// Implement your mod logic.
}
We welcome contributions! If you'd like to help improve ContentAPI, submit a Pull Request with your changes.
Encountered a bug or issue? Please let us know through one of the following:
This plugin requires BepInEx to function.