public static void Play(ModFile f) { if (!f.Enabled) { ModPlayer.Play(f.Base); return; } ModPlayer.Play(f.FilePath); }
public static void Play(ElswordFile f) { string fileName = f.FileName; ModPlayer.Play(Path.Combine((fileName.EndsWith(".ogg") ? Paths.Elsword.Music : Paths.Elsword.Movie), fileName)); }