Sheas-Cealer/Utils/MihomoProc.cs
2024-10-07 02:32:10 +08:00

10 lines
209 B
C#

using System.IO;
using Sheas_Cealer.Consts;
using SheasCore;
namespace Sheas_Cealer.Utils;
internal class MihomoProc : Proc
{
internal MihomoProc() : base(Path.GetFileName(MainConst.MihomoPath)) { }
}