Initial version

This commit is contained in:
2026-05-27 10:09:13 +00:00
parent 62fbbfd723
commit 375c2d02c1
18 changed files with 2242 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
namespace EonaCat.FirstLight.SaveTransfer.VdfGenerator.KeyValue.Interfaces;
public interface IKeyValueNode
{
string Key { get; }
}