C# Class Sanguosha.Expansions.Battle.Cards.TieSuoLianHuan

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

Public Properties

Property Type Description
ProhibitReforging Sanguosha.Core.Cards.CardAttribute

Public Methods

Method Description
IsReforging ( Player source, ISkill skill, List cards, List targets ) : bool
Process ( GameEventArgs handlerArgs ) : void
TagAndNotify ( Player source, List dests, ICard card, GameAction action = GameAction.Use ) : void
Verify ( Player source, ICard card, List targets, bool isLooseVerify ) : VerifierResult

Protected Methods

Method Description
Process ( Player source, Player dest, ICard card, ReadOnlyCard cardr, GameEventArgs inResponseTo ) : void

Method Details

IsReforging() public method

public IsReforging ( Player source, ISkill skill, List cards, List targets ) : bool
source Sanguosha.Core.Players.Player
skill ISkill
cards List
targets List
return bool

Process() public method

public Process ( GameEventArgs handlerArgs ) : void
handlerArgs Sanguosha.Core.Triggers.GameEventArgs
return void

Process() protected method

protected Process ( Player source, Player dest, ICard card, ReadOnlyCard cardr, GameEventArgs inResponseTo ) : void
source Sanguosha.Core.Players.Player
dest Sanguosha.Core.Players.Player
card ICard
cardr Sanguosha.Core.Cards.ReadOnlyCard
inResponseTo Sanguosha.Core.Triggers.GameEventArgs
return void

TagAndNotify() public method

public TagAndNotify ( Player source, List dests, ICard card, GameAction action = GameAction.Use ) : void
source Sanguosha.Core.Players.Player
dests List
card ICard
action GameAction
return void

Verify() public method

public Verify ( Player source, ICard card, List targets, bool isLooseVerify ) : VerifierResult
source Sanguosha.Core.Players.Player
card ICard
targets List
isLooseVerify bool
return VerifierResult

Property Details

ProhibitReforging public_oe static_oe property

public static CardAttribute,Sanguosha.Core.Cards ProhibitReforging
return Sanguosha.Core.Cards.CardAttribute