🧲Extensions

This system allows you to extend and reuse tools one or multiple of your plugins that use the same thing.

Getting Started

Each Carbon extension (compiled DLL file) must come with a class that extens from ICarbonExtension with the using namespace of API.Assembly.

Template

The file below automatically keeps your environment up-to-date with the latest Carbon version and is designed to easily build your extension for Carbon-only, Oxide-only or both within the same project.

Last updated