Files
BatchOszExtractor/BatchOszExtractor.Core/Extract.cs
2024-05-17 23:26:51 -04:00

11 lines
185 B
C#

using System.ComponentModel.Design;
namespace BatchOszExtractor.Core;
public class Extract
{
private void SelectMaps(SelectionType type, string MapRange)
{
}
}