Server.OPLInfo.OPLInfo C# (CSharp) 메소드

OPLInfo() 공개 메소드

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