6 lines
340 B
C#
6 lines
340 B
C#
// See https://aka.ms/new-console-template for more information
|
|
using System.Collections.Immutable;
|
|
using BatchOszExtractor.Core;
|
|
|
|
Extract.SelectMaps(SelectionType.Selection,ImmutableList.Create("/home/gwargoomba/Downloads/osuextract/740535 Cartoon & Futuristik Feat. Mikk Mae - C U Again.osz"),"/home/gwargoomba/Downloads/osuextract");
|