Added SZ singleton and services

This commit is contained in:
2026-01-25 16:47:29 -06:00
parent 74ee8eefc3
commit 800b5d9def
8 changed files with 140 additions and 12 deletions

6
SzCore/SzDataHandler.cs Normal file
View File

@@ -0,0 +1,6 @@
namespace SzCore;
public static class SzDataHandler
{
}