mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 21:02:08 +08:00
8 lines
147 B
C#
8 lines
147 B
C#
using SheasCore;
|
|
|
|
namespace Sheas_Cealer.Utils;
|
|
|
|
internal class MihomoProc : Proc
|
|
{
|
|
internal MihomoProc() : base("Cealing-Mihomo.exe") { }
|
|
} |