C# Class ManateesAgainstCards.Network.Packets.WinnerPicked

Inheritance: Packet
Afficher le fichier Open project: DatZach/HumanityAgainstCards

Méthodes publiques

Свойство Type Description
Cards List

Méthodes publiques

Méthode 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 méthode

public Read ( NetIncomingMessage msg ) : void
msg Lidgren.Network.NetIncomingMessage
Résultat void

WinnerPicked() public méthode

public WinnerPicked ( ) : System.Collections.Generic
Résultat System.Collections.Generic

WinnerPicked() public méthode

public WinnerPicked ( ushort id, List cards ) : System.Collections.Generic
id ushort
cards List
Résultat System.Collections.Generic

Write() public méthode

public Write ( NetOutgoingMessage msg ) : void
msg Lidgren.Network.NetOutgoingMessage
Résultat void

Property Details

Cards public_oe property

public List Cards
Résultat List