mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-11 04:51:21 +04:00
13 lines
310 B
C#
13 lines
310 B
C#
using System.Buffers.Binary;
|
|
using Common;
|
|
using MissionTmaLib.Parsing;
|
|
using NResLib;
|
|
using ParkanPlayground;
|
|
|
|
var cpDatEntryConverter = new CpDatEntryConverter();
|
|
|
|
cpDatEntryConverter.Convert();
|
|
|
|
var converter = new MshConverter();
|
|
|
|
converter.Convert("E:\\ParkanUnpacked\\fortif.rlb\\161_fr_b_tower.msh"); |