Aura.Shared.Network.BaseClient.BaseClient C# (CSharp) Method

BaseClient() protected method

protected BaseClient ( ) : System
return System
		protected BaseClient()
		{
			this.Buffer = new byte[BufferDefaultSize];
			this.Crypto = new MabiCrypto(0x0, true); // 0xAura 0x41757261
		}