C# Class Sanguosha.Expansions.Wind.Skills.WuShen

武神-锁定技,你的红桃手牌均视为【杀】,你使用红桃【杀】时无距离限制。
Inheritance: Sanguosha.Core.Skills.EnforcedCardTransformSkill
Show file Open project: RagingBigFemaleBird/sgs

Public Methods

Method Description
WuShen ( ) : System

Protected Methods

Method Description
CardVerifier ( ICard card ) : bool
TransfromAction ( Player Owner, ICard card ) : void

Method Details

CardVerifier() protected method

protected CardVerifier ( ICard card ) : bool
card ICard
return bool

TransfromAction() protected method

protected TransfromAction ( Player Owner, ICard card ) : void
Owner Sanguosha.Core.Players.Player
card ICard
return void

WuShen() public method

public WuShen ( ) : System
return System