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

13 lines
238 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Roblox.RccServiceArbiter
{
[ServiceContract(ConfigurationName = "IRccServiceArbiter")]
interface IRccServiceArbiter
{
}
}