C# Class ManateesAgainstCards.Network.Packets.ServerJoin

Inheritance: Packet
Mostrar archivo Open project: DatZach/HumanityAgainstCards

Public Methods

Method Description
Read ( NetIncomingMessage msg ) : void
ServerJoin ( ) : Lidgren.Network
ServerJoin ( string name, string version ) : Lidgren.Network
Write ( NetOutgoingMessage msg ) : void

Method Details

Read() public method

public Read ( NetIncomingMessage msg ) : void
msg Lidgren.Network.NetIncomingMessage
return void

ServerJoin() public method

public ServerJoin ( ) : Lidgren.Network
return Lidgren.Network

ServerJoin() public method

public ServerJoin ( string name, string version ) : Lidgren.Network
name string
version string
return Lidgren.Network

Write() public method

public Write ( NetOutgoingMessage msg ) : void
msg Lidgren.Network.NetOutgoingMessage
return void