mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 21:02:08 +08:00
9 lines
174 B
C#
9 lines
174 B
C#
using Sheas_Cealer.Consts;
|
|
using SheasCore;
|
|
|
|
namespace Sheas_Cealer.Utils;
|
|
|
|
internal class MihomoProc : Proc
|
|
{
|
|
internal MihomoProc() : base(MainConst.MihomoPath) { }
|
|
} |