1
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-12-12 22:19:47 +04:00
Files
parkan-playground/VarsetLib/BinaryVarsetFile.cs

7 lines
209 B
C#
Raw Normal View History

2025-11-22 06:53:07 +03:00
namespace VarsetLib;
2025-11-23 00:04:05 +03:00
/// <summary>
/// Бинарный файл, который можно найти в behpsp.res
/// </summary>
2025-11-22 06:53:07 +03:00
public record BinaryVarsetFile(int Count, List<BinaryVarsetItem> Items);