refactor: move classes to separate files

This commit is contained in:
Stevan Freeborn
2025-05-21 14:33:03 -05:00
parent ca4aff5d2e
commit 6ae1cd413b
19 changed files with 149 additions and 90 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
{
"editor.formatOnSave": true,
"dotnet.defaultSolution": "src/StevesBot.sln",
"dotnet.defaultSolution": "./src/StevesBot.sln",
"cSpell.words": [
"Steves"
"Reconnectable",
"Steves",
"Szalay"
],
}