Server.OPLInfo.OPLInfo C# (CSharp) Méthode

OPLInfo() public méthode

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