Aselia.Common.Core.ChannelBase.BroadcastExclusive C# (CSharp) Method

BroadcastExclusive() public abstract method

public abstract BroadcastExclusive ( string command, UserBase sender ) : void
command string
sender UserBase
return void
        public abstract void BroadcastExclusive(string command, UserBase sender, params object[] arguments);