mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
7 lines
106 B
C#
7 lines
106 B
C#
namespace Roblox.ServiceProcess;
|
|
|
|
public interface IArgumentService
|
|
{
|
|
void ProcessArgs(string[] args);
|
|
}
|