Initial commit

This commit is contained in:
AriasCreations 2024-12-11 20:47:19 -07:00
commit 9395c247fc
17 changed files with 1243 additions and 0 deletions

7
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"dotnet.defaultSolution": "ModTemplate.sln",
"files.associations": {
"server-*.txt": "log",
"client-*.txt": "log"
}
}