Files
watrbx-game-engine/Client.LegacyAssemblies/Roblox.Common/Roblox.ServiceProcess/IArgumentService.cs
T
2025-09-18 17:55:52 -04:00

7 lines
106 B
C#

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