1
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-12-11 04:51:21 +04:00
Files

5 lines
122 B
C#
Raw Permalink Normal View History

namespace MissionTmaLib;
public record ArealsFileData(int UnusedHeader, int ArealCount, List<ArealInfo> ArealInfos);