C# (CSharp) SagaLib Namespace

Nested Namespaces

SagaLib.Packets

Classes

Name Description
ClientManager
Conversion
Conversions
Encryption
Global The global class contains objects that can be usefull throughout the entire application.
Global.RandomF
Logger
MultiRunTask
NetIO
Packet 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.
SingleRunTask
WorldConfig
WorldConfig.World