Aura.Channel.Network.ChannelClient.ChannelClient C# (CSharp) Method

ChannelClient() public method

public ChannelClient ( ) : System.Linq
return System.Linq
		public ChannelClient()
		{
			this.Creatures = new Dictionary<long, Creature>();
			this.NpcSession = new NpcSession();
		}