C# Class Sanguosha.Core.Network.AskForCardChoiceResponse

Inheritance: GameResponse
Afficher le fichier Open project: RagingBigFemaleBird/sgs Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Parse() public static méthode

public static Parse ( int id, List cards, int optionId, int wrtPlayerId ) : AskForCardChoiceResponse
id int
cards List
optionId int
wrtPlayerId int
Résultat AskForCardChoiceResponse

ToAnswer() public méthode

public ToAnswer ( int wrtPlayerId, int &option ) : List>
wrtPlayerId int
option int
Résultat List>