Added data objects, starting on parser

This commit is contained in:
2026-01-20 11:39:29 -06:00
parent 0a91734a27
commit e0c24250fb
37 changed files with 266 additions and 74 deletions

6
SzLib/ISzFileManager.cs Normal file
View File

@@ -0,0 +1,6 @@
namespace SzLib;
public interface ISzFileManager
{
public Path DataPath {get; set;}
}