mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 21:02:08 +08:00
10 lines
209 B
C#
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)) { }
|
|
} |