Sheas-Cealer/Proces/MihomoProc.cs
2024-12-16 10:47:49 +08:00

9 lines
176 B
C#

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