* Made Packet.TickCount internal
* Added Packet.ResendCount so we can track the number of times a packet is resent (not implemented yet) git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1619 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -836,7 +836,8 @@ namespace mapgenerator
|
||||
" public abstract PacketType Type { get; }" + Environment.NewLine +
|
||||
" public abstract void FromBytes(byte[] bytes, ref int i, ref int packetEnd, byte[] zeroBuffer);" + Environment.NewLine +
|
||||
" public abstract void FromBytes(Header header, byte[] bytes, ref int i, ref int packetEnd, byte[] zeroBuffer);" + Environment.NewLine +
|
||||
" public int TickCount;" + Environment.NewLine + Environment.NewLine +
|
||||
" internal int TickCount;" + Environment.NewLine +
|
||||
" internal int ResendCount;" + Environment.NewLine + Environment.NewLine +
|
||||
" public abstract byte[] ToBytes();" //+ Environment.NewLine + Environment.NewLine +
|
||||
//" public void ToXml(XmlWriter xmlWriter)" + Environment.NewLine +
|
||||
//" {" + Environment.NewLine +
|
||||
|
||||
Reference in New Issue
Block a user