C# Class Sanguosha.Expansions.Basic.Cards.CardWrapper

Inheritance: Sanguosha.Core.Skills.CardTransformSkill
ファイルを表示 Open project: RagingBigFemaleBird/sgs

Public Methods

Method Description
CardWrapper ( Player p, Sanguosha.Core.Cards.CardHandler h, bool Notify = true ) : System
NotifyAction ( Player source, List targets, Sanguosha.Core.Cards.CompositeCard card ) : void
TryTransform ( List cards, List arg, Sanguosha.Core.Cards.CompositeCard &card, bool isPlay ) : VerifierResult

Method Details

CardWrapper() public method

public CardWrapper ( Player p, Sanguosha.Core.Cards.CardHandler h, bool Notify = true ) : System
p Sanguosha.Core.Players.Player
h Sanguosha.Core.Cards.CardHandler
Notify bool
return System

NotifyAction() public method

public NotifyAction ( Player source, List targets, Sanguosha.Core.Cards.CompositeCard card ) : void
source Sanguosha.Core.Players.Player
targets List
card Sanguosha.Core.Cards.CompositeCard
return void

TryTransform() public method

public TryTransform ( List cards, List arg, Sanguosha.Core.Cards.CompositeCard &card, bool isPlay ) : VerifierResult
cards List
arg List
card Sanguosha.Core.Cards.CompositeCard
isPlay bool
return VerifierResult