Skip to content

Commit

Permalink
Add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheR00st3r committed Nov 2, 2023
1 parent 1c3eac5 commit 24b9a6e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,7 @@ MigrationBackup/
.ionide/

# Fody - auto-generated XML schema
FodyWeavers.xsd
FodyWeavers.xsd


!**/counterstrikesharp/**/*
1 change: 1 addition & 0 deletions PugSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PugSharp.Logging", "PugShar
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B039A9AD-1F69-4482-95D9-5FBC18DF987C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Expand Down
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions PugSharp/metamod/counterstrikesharp.vdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"Metamod Plugin"
{
"alias" "counterstrikesharp"
"file" "addons/counterstrikesharp/bin/linuxsteamrt64/counterstrikesharp"
}

0 comments on commit 24b9a6e

Please sign in to comment.