C# 클래스 Sanguosha.Core.Network.AskForCardChoiceResponse

상속: GameResponse
파일 보기 프로젝트 열기: RagingBigFemaleBird/sgs 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Parse ( int id, List cards, int optionId, int wrtPlayerId ) : AskForCardChoiceResponse
ToAnswer ( int wrtPlayerId, int &option ) : List>

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( int id, List cards, int optionId, int wrtPlayerId ) : AskForCardChoiceResponse
id int
cards List
optionId int
wrtPlayerId int
리턴 AskForCardChoiceResponse

ToAnswer() 공개 메소드

public ToAnswer ( int wrtPlayerId, int &option ) : List>
wrtPlayerId int
option int
리턴 List>