Sanguosha.Expansions.Basic.Cards.DummyShaVerifier.DummyShaVerifier C# (CSharp) Method

DummyShaVerifier() public method

public DummyShaVerifier ( Player t, Sanguosha.Core.Cards.CardHandler shaType, CardAttribute helper = null ) : System
t Sanguosha.Core.Players.Player
shaType Sanguosha.Core.Cards.CardHandler
helper Sanguosha.Core.Cards.CardAttribute
return System
        public DummyShaVerifier(Player t, CardHandler shaType, CardAttribute helper = null)
        {
            target = t;
            type = shaType;
            this.helper = helper;
            dummyCards = new List<Card>() { new Card() { Type = shaType, Place = new DeckPlace(null, DeckType.None) } };
        }