mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 21:02:08 +08:00
9 lines
190 B
C#
9 lines
190 B
C#
using Sheas_Cealer_Nix.Consts;
|
|
using Sheas_Core;
|
|
|
|
namespace Sheas_Cealer_Nix.Proces;
|
|
|
|
internal class ComihomoProc : Proc
|
|
{
|
|
internal ComihomoProc() : base(MainConst.ComihomoPath) { }
|
|
} |