🚀 Initial commit

This commit is contained in:
Tobias Thiele 2023-12-13 09:46:00 +01:00
commit 01b43dcdef
8 changed files with 1031 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.124" />
</ItemGroup>
</Project>