Sheas-Cealer/Utils/MihomoProc.cs
2024-10-15 11:15:31 +08:00

9 lines
174 B
C#

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