using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SuperSocket.SocketBase.Config
{
///
/// Command assembly config
///
[Serializable]
public class CommandAssemblyConfig : ICommandAssemblyConfig
{
///
/// Gets or sets the assembly name.
///
///
/// The assembly.
///
public string Assembly { get; set; }
}
}