C# Class OpenRCT2.Network.Extensions.BinaryWriterExtensions

Afficher le fichier Open project: OpenRCT2/OpenRCT2net

Méthodes publiques

Méthode Description
Write ( this bw, PacketType packetType ) : void
WriteUTF8 ( this bw, string s ) : void

Method Details

Write() public static méthode

public static Write ( this bw, PacketType packetType ) : void
bw this
packetType PacketType
Résultat void

WriteUTF8() public static méthode

public static WriteUTF8 ( this bw, string s ) : void
bw this
s string
Résultat void