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

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

공개 메소드들

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

메소드 상세

Read() 공개 메소드

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

WhiteCard() 공개 메소드

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

WhiteCard() 공개 메소드

public WhiteCard ( List cards ) : System.Collections.Generic
cards List
리턴 System.Collections.Generic

Write() 공개 메소드

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