Server.OPLInfo.OPLInfo C# (CSharp) Method

OPLInfo() public method

public OPLInfo ( ObjectPropertyList list ) : System
list ObjectPropertyList
return System
		public OPLInfo( ObjectPropertyList list ) : base( 0xDC, 9 )
		{
			m_Stream.Write( (int) list.Entity.Serial );
			m_Stream.Write( (int) list.Hash );
		}
	}
OPLInfo