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

Inheritance: Sanguosha.Core.Cards.CardHandler
Afficher le fichier Open project: RagingBigFemaleBird/sgs

Méthodes publiques

Свойство Type Description
ProhibitReforging Sanguosha.Core.Cards.CardAttribute

Méthodes publiques

Méthode 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

Méthodes protégées

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

Method Details

IsReforging() public méthode

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

Process() public méthode

public Process ( GameEventArgs handlerArgs ) : void
handlerArgs Sanguosha.Core.Triggers.GameEventArgs
Résultat void

Process() protected méthode

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
Résultat void

TagAndNotify() public méthode

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

Verify() public méthode

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

Property Details

ProhibitReforging public_oe static_oe property

public static CardAttribute,Sanguosha.Core.Cards ProhibitReforging
Résultat Sanguosha.Core.Cards.CardAttribute