C# Class Sanguosha.Core.Network.AskForCardChoiceResponse

Inheritance: GameResponse
Datei anzeigen Open project: RagingBigFemaleBird/sgs Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Parse ( int id, List cards, int optionId, int wrtPlayerId ) : AskForCardChoiceResponse
ToAnswer ( int wrtPlayerId, int &option ) : List>

Method Details

Parse() public static method

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

ToAnswer() public method

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