public PacketClientNotificationHandler(IFeenPhonePacketNetState state)
 {
     this.State = state;
     this.Writer = state.Writer;
 }
 public PacketClientNotificationHandler(IFeenPhonePacketNetState state)
 {
     this.State  = state;
     this.Writer = state.Writer;
 }
 public ServerPacketHandler(IFeenPhonePacketNetState state)
 {
     this.state = state;
 }
Example #4
0
 public ServerPacketHandler(IFeenPhonePacketNetState state)
 {
     this.state = state;
 }