C# 클래스 ManateesAgainstCards.Network.Packets.WinnerPicked

상속: Packet
파일 보기 프로젝트 열기: DatZach/HumanityAgainstCards

공개 프로퍼티들

프로퍼티 타입 설명
Cards List

공개 메소드들

메소드 설명
Read ( NetIncomingMessage msg ) : void
WinnerPicked ( ) : System.Collections.Generic
WinnerPicked ( ushort id, List cards ) : System.Collections.Generic
Write ( NetOutgoingMessage msg ) : void

메소드 상세

Read() 공개 메소드

public Read ( NetIncomingMessage msg ) : void
msg Lidgren.Network.NetIncomingMessage
리턴 void

WinnerPicked() 공개 메소드

public WinnerPicked ( ) : System.Collections.Generic
리턴 System.Collections.Generic

WinnerPicked() 공개 메소드

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

Write() 공개 메소드

public Write ( NetOutgoingMessage msg ) : void
msg Lidgren.Network.NetOutgoingMessage
리턴 void

프로퍼티 상세

Cards 공개적으로 프로퍼티

public List Cards
리턴 List