7 lines
170 B
C#
7 lines
170 B
C#
namespace Fantasy.Tools.ConfigTable;
|
|
|
|
public class VersionInfo
|
|
{
|
|
public SortedSet<long> WorksheetNames = [];
|
|
public SortedDictionary<long, long> Tables = new();
|
|
} |