C# Class Sanguosha.Core.Network.AskForCardUsageResponse

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, ISkill skill, List cards, List players, int wrtPlayerId ) : AskForCardUsageResponse
ToAnswer ( ISkill &skill, List &cards, List &players, int wrtPlayerId ) : void

Method Details

Parse() public static méthode

public static Parse ( int id, ISkill skill, List cards, List players, int wrtPlayerId ) : AskForCardUsageResponse
id int
skill ISkill
cards List
players List
wrtPlayerId int
Résultat AskForCardUsageResponse

ToAnswer() public méthode

public ToAnswer ( ISkill &skill, List &cards, List &players, int wrtPlayerId ) : void
skill ISkill
cards List
players List
wrtPlayerId int
Résultat void