C# Class Sanguosha.Core.Network.AskForCardUsageResponse

Inheritance: GameResponse
Mostra file Open project: RagingBigFemaleBird/sgs Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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

ToAnswer() public method

public ToAnswer ( ISkill &skill, List &cards, List &players, int wrtPlayerId ) : void
skill ISkill
cards List
players List
wrtPlayerId int
return void