public PacketClientNotificationHandler(IFeenPhonePacketNetState state) { this.State = state; this.Writer = state.Writer; }
public ServerPacketHandler(IFeenPhonePacketNetState state) { this.state = state; }