🧲Extensions
Last updated
Last updated
This system allows you to extend and reuse tools one or multiple of your plugins that use the same thing.
Each Carbon extension (compiled DLL file) must come with a class that extens from ICarbonExtension
with the using namespace of API.Assembly
.
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.