mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 04:42:09 +08:00
9 lines
176 B
C#
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) { }
|
|
} |