C# Class ManateesAgainstCards.Network.Packets.EndTurn

Inheritance: Packet
Mostrar archivo Open project: DatZach/HumanityAgainstCards

Public Methods

Method Description
EndTurn ( ) : System.Collections.Generic
EndTurn ( List cards ) : System.Collections.Generic
Read ( NetIncomingMessage msg ) : void
Write ( NetOutgoingMessage msg ) : void

Method Details

EndTurn() public method

public EndTurn ( ) : System.Collections.Generic
return System.Collections.Generic

EndTurn() public method

public EndTurn ( List cards ) : System.Collections.Generic
cards List
return System.Collections.Generic

Read() public method

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

Write() public method

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