C# (CSharp) SagaLib Packet - 19 exemples trouvés. Ce sont les exemples réels les mieux notés de SagaLib.Packet extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Defines the base class of a network packet. Packets are send back and forth between the client and server. Different types of packets are used for different purposes. The general packet structure is: PACKET_SIZE (2 bytes), PACKET_ID (2 bytes), PACKET_DATA (x bytes). The id bytes are considered to be part of the data bytes. The size bytes are unencrypted, but the id bytes and all data following are encrypted.