C# Class ManateesAgainstCards.Network.Packets.WinnerPicked

Inheritance: Packet
ファイルを表示 Open project: DatZach/HumanityAgainstCards

Public Properties

Property Type Description
Cards List

Public Methods

Method Description
Read ( NetIncomingMessage msg ) : void
WinnerPicked ( ) : System.Collections.Generic
WinnerPicked ( ushort id, List cards ) : System.Collections.Generic
Write ( NetOutgoingMessage msg ) : void

Method Details

Read() public method

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

WinnerPicked() public method

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

WinnerPicked() public method

public WinnerPicked ( ushort id, List cards ) : System.Collections.Generic
id ushort
cards List
return System.Collections.Generic

Write() public method

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

Property Details

Cards public_oe property

public List Cards
return List