Package-level declarations

Types

Link copied to clipboard
abstract class AbstractMsgBase
This class provides a payload backing to client messages.
Link copied to clipboard
Represents a protobuf backed client message.
Link copied to clipboard
Represents a struct backed game coordinator message.
Link copied to clipboard
open class ClientGCMsgProtobuf<BodyType : GeneratedMessage.Builder<BodyType>?> : GCMsgBase<HdrType>
Represents a protobuf backed game coordinator message.
Link copied to clipboard
Represents a struct backed client message.
Link copied to clipboard
open class ClientMsgProtobuf<BodyType : GeneratedMessage.Builder<BodyType>?> : AClientMsgProtobuf
Represents a protobuf backed client message.
Link copied to clipboard
This is the abstract base class for all available game coordinator messages.
Link copied to clipboard
interface IClientGCMsg
Represents a unified interface into client messages.
Link copied to clipboard
interface IClientMsg
Represents a unified interface into client messages.
Link copied to clipboard
Link copied to clipboard
interface IPacketGCMsg
Represents a simple unified interface into game coordinator messages recieved from the network.
Link copied to clipboard
interface IPacketMsg
Represents a simple unified interface into client messages recieved from the network.
Link copied to clipboard
Link copied to clipboard
Represents a struct backed message without session or client info.
Link copied to clipboard
This is the abstract base class for all available client messages.
Link copied to clipboard
Represents a packet message with extended header information.
Link copied to clipboard
Represents a protobuf backed packet message.
Link copied to clipboard
Represents a packet message with extended header information.
Link copied to clipboard
Represents a protobuf backed packet message.
Link copied to clipboard
open class PacketMsg : IPacketMsg
Represents a packet message with basic header information.