Type Alias Sendable

Sendable:
    | Buffer
    | TextPacket
    | TankPacket
    | Variant

Represents the available type of Objects that are sendable to peers.