net.barkerjr.gameserver
Class SequenceDvo
java.lang.Object
net.barkerjr.gameserver.SequenceDvo
public class SequenceDvo
- extends Object
A simple structure to contain data about the packet sequence
- Since:
- 2007-10-25
- Author:
- BarkerJr
|
Field Summary |
int |
current
The packet number on the current packet |
int |
total
The total number of packets in this response |
current
public int current
- The packet number on the current packet
- Since:
- 2007-10-25
total
public int total
- The total number of packets in this response
- Since:
- 2007-10-25
SequenceDvo
public SequenceDvo()
toString
public String toString()
- Overrides:
toString in class Object
- Since:
- 2007-11-28