Sheas-Cealer/Proces/MihomoProc.cs
2024-12-10 00:17:58 +08:00

9 lines
175 B
C#

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