Write metamod plugin based on .NET 10 and later
To quickly set up your first MetaMod plugin, refer to the template repository:
Or refer ChatEngine
- Create new project from the template repository
- Customize the plugin logic for your needs
- Publish with .NET 10 AOT
//In your project
dotnet publish -c Release -r win-x86 -o ./build -p:PublishAot=true