mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
13 lines
238 B
C#
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
|
|
{
|
|
}
|
|
}
|