parse PAL file

This commit is contained in:
bird_egop
2025-11-23 00:04:05 +03:00
parent f4442897a6
commit c27b77cbfc
8 changed files with 128 additions and 15 deletions
+3
View File
@@ -1,3 +1,6 @@
namespace VarsetLib;
/// <summary>
/// Бинарный файл, который можно найти в behpsp.res
/// </summary>
public record BinaryVarsetFile(int Count, List<BinaryVarsetItem> Items);