Skip to content

Commit 8dda8fa

Browse files
Change to Nuget Package
Change to Nuget Package
1 parent e710686 commit 8dda8fa

16 files changed

+5
-220
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ Thumbs.db
4040
#Dir
4141
/bin/
4242
/obj/
43+
*.cache
44+
obj/Debug/net8.0/FunMatchPlugin.AssemblyInfo.cs
45+
/obj

FunMatchPlugin.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88
<ItemGroup>
9-
<Reference Include="CounterStrikeSharp.API">
10-
<HintPath>D:/Games/SteamCMD/steamapps/common/Counter-Strike Global Offensive/game/csgo/addons/counterstrikesharp/api/CounterStrikeSharp.API.dll</HintPath>
11-
</Reference>
9+
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.239" />
1210
</ItemGroup>
1311
</Project>

FunMatchPlugin.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ VisualStudioVersion = 17.5.002.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FunMatchPlugin", "FunMatchPlugin.csproj", "{CEEC8521-78DA-42E5-93E4-0C19066DBDAF}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FunBulletTeleport", "..\FunBulletTeleport\FunBulletTeleport.csproj", "{E85DAE7A-26E3-4FBD-99FE-972856BF6370}"
9-
EndProject
108
Global
119
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1210
Debug|Any CPU = Debug|Any CPU
@@ -17,10 +15,6 @@ Global
1715
{CEEC8521-78DA-42E5-93E4-0C19066DBDAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
1816
{CEEC8521-78DA-42E5-93E4-0C19066DBDAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
1917
{CEEC8521-78DA-42E5-93E4-0C19066DBDAF}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{E85DAE7A-26E3-4FBD-99FE-972856BF6370}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{E85DAE7A-26E3-4FBD-99FE-972856BF6370}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{E85DAE7A-26E3-4FBD-99FE-972856BF6370}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{E85DAE7A-26E3-4FBD-99FE-972856BF6370}.Release|Any CPU.Build.0 = Release|Any CPU
2418
EndGlobalSection
2519
GlobalSection(SolutionProperties) = preSolution
2620
HideSolutionNode = FALSE

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ a showmatch like plugin for fun
55

66
### random Fun every round 每回合随机一种娱乐模式
77

8-
## Avliable Fun 当前可使用的娱乐模式
8+
## Avaliable Fun 当前可使用的娱乐模式
99

1010
### Bullet Teleport 瞬移子弹
1111
### HealTeammates 攻击治疗队友

obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs

Lines changed: 0 additions & 4 deletions
This file was deleted.

obj/Debug/net8.0/FunMatchPlugin.AssemblyInfo.cs

Lines changed: 0 additions & 22 deletions
This file was deleted.

obj/Debug/net8.0/FunMatchPlugin.AssemblyInfoInputs.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

obj/Debug/net8.0/FunMatchPlugin.GeneratedMSBuildEditorConfig.editorconfig

Lines changed: 0 additions & 13 deletions
This file was deleted.

obj/Debug/net8.0/FunMatchPlugin.GlobalUsings.g.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.
-152 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)