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