mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
12 lines
366 B
C#
12 lines
366 B
C#
using System;
|
|
using System.CodeDom.Compiler;
|
|
using System.ServiceModel;
|
|
using System.ServiceModel.Channels;
|
|
|
|
namespace Roblox.Grid.Arbiter.Common.Arbiter;
|
|
|
|
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
|
|
public interface ArbiterChannel : Arbiter, IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>, IDisposable
|
|
{
|
|
}
|