Now able to get a field from a path

This commit is contained in:
2026-02-03 23:31:54 -06:00
parent 30236924a0
commit 2a016dad89
5 changed files with 86 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
using System.Net.NetworkInformation;
namespace SzCore;
public static class SZ
@@ -130,4 +128,4 @@ public static class SZ
{
if (!IsInitalized) throw new Exception("SZ.Init has not been called.");
}
}
}