An open API service indexing awesome lists of open source software.

https://github.com/b3none/counterstrikesharp-plugin-template

This is a template repository for creating a new CS2 plugin in C# using counter strike sharp
https://github.com/b3none/counterstrikesharp-plugin-template

counterstrikesharp cs2-plugin cssharp

Last synced: about 1 year ago
JSON representation

This is a template repository for creating a new CS2 plugin in C# using counter strike sharp

Awesome Lists containing this project

README

          

# CS2 {PLUGIN_NAME}
{PLUGIN_NAME} plugin written in C# for CounterStrikeSharp

## Progress
- [x] These will
- [x] Help you
- [ ] Keep people
- [x] Up to date
- [ ] With your progress

## Setup for local development
1. Install dotnet 8.0 locally
2. Clone the repository
3. Run `dotnet restore` to install dependencies
4. Run `dotnet build` to build the project