Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 360 Bytes

File metadata and controls

15 lines (13 loc) · 360 Bytes

CS2 {PLUGIN_NAME}

{PLUGIN_NAME} plugin written in C# for CounterStrikeSharp

Progress

  • These will
  • Help you
  • Keep people
  • 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