Method |
Description |
|
AskForCardChoice ( Prompt prompt, List sourceDecks, List resultDeckNames, List resultDeckMaximums, ICardChoiceVerifier verifier, List &answer, AdditionalCardChoiceOptions options = null, CardChoiceRearrangeCallback callback = null ) : bool |
|
|
AskForCardUsage ( Prompt prompt, ICardUsageVerifier verifier, ISkill &skill, List &cards, List &players ) : bool |
|
|
AskForMultipleChoice ( Prompt prompt, List questions, int &answer ) : bool |
|
|
ClientNetworkProxy ( IPlayerProxy uiProxy, Sanguosha.Core.Network.Client client ) : System |
|
|
Freeze ( ) : void |
|
|
NextQuestion ( ) : void |
|
|
SimulateReplayDelay ( ) : void |
|
|
SkipAskForCardUsage ( ) : void |
|
|
TryAnswerForCardChoice ( Prompt prompt, ICardChoiceVerifier verifier, List &answer, AdditionalCardChoiceOptions options, CardChoiceRearrangeCallback callback ) : bool |
|
|
TryAnswerForCardUsage ( Prompt prompt, ICardUsageVerifier verifier, ISkill &skill, List &cards, List &players ) : bool |
|
|
TryAnswerForMultipleChoice ( int &answer ) : bool |
|
|
TryAskForCardChoice ( Prompt prompt, List sourceDecks, List resultDeckNames, List resultDeckMaximums, ICardChoiceVerifier verifier, AdditionalCardChoiceOptions options, CardChoiceRearrangeCallback callback ) : void |
|
|
TryAskForCardUsage ( Prompt prompt, ICardUsageVerifier verifier ) : void |
|
|
TryAskForMultipleChoice ( Prompt prompt, List questions ) : void |
|
|