Sanguosha.Core.Games.Pk1v1Game.Pk1v1GameRuleTrigger.Pk1v1HeroChoiceVerifier.Pk1v1HeroChoiceVerifier C# (CSharp) Méthode

Pk1v1HeroChoiceVerifier() public méthode

public Pk1v1HeroChoiceVerifier ( int count, int extraSeconds ) : System
count int
extraSeconds int
Résultat System
                public Pk1v1HeroChoiceVerifier(int count, int extraSeconds)
                {
                    noCardReveal = false;
                    this.count = count;
                    this.showToall = true;
                    extraSec = extraSeconds;
                }
Pk1v1Game.Pk1v1GameRuleTrigger.Pk1v1HeroChoiceVerifier