mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-12 01:31:20 +04:00
4 lines
98 B
C#
4 lines
98 B
C#
|
|
namespace VarsetLib;
|
|||
|
|
|
|||
|
|
public record BinaryVarsetFile(int Count, List<BinaryVarsetItem> Items);
|