Sheas-Cealer/Utils/MihomoProc.cs
2024-10-02 21:36:28 +08:00

8 lines
147 B
C#

using SheasCore;
namespace Sheas_Cealer.Utils;
internal class MihomoProc : Proc
{
internal MihomoProc() : base("Cealing-Mihomo.exe") { }
}