Added data objects, starting on parser
This commit is contained in:
6
SzLib/ISzFileManager.cs
Normal file
6
SzLib/ISzFileManager.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace SzLib;
|
||||
|
||||
public interface ISzFileManager
|
||||
{
|
||||
public Path DataPath {get; set;}
|
||||
}
|
||||
Reference in New Issue
Block a user