Files
2025-09-18 17:55:52 -04:00

7 lines
106 B
C#

namespace Roblox.ServiceProcess;
public interface IArgumentService
{
void ProcessArgs(string[] args);
}