C# Class Sanguosha.Core.Skills.SaveLifeSkill

Inheritance: AutoVerifiedActiveSkill
Afficher le fichier Open project: RagingBigFemaleBird/sgs

Méthodes publiques

Méthode Description
Commit ( GameEventArgs arg ) : bool
SaveLifeSkill ( ) : System

Méthodes protégées

Méthode Description
AdditionalVerify ( Players source, List cards, List players ) : bool?
SaveLifeVerify ( Players source, List cards, List players ) : bool?
VerifyCard ( Players source, Sanguosha.Core.Cards.Card card ) : bool
VerifyPlayer ( Players source, Players player ) : bool

Method Details

AdditionalVerify() protected méthode

protected AdditionalVerify ( Players source, List cards, List players ) : bool?
source Players
cards List
players List
Résultat bool?

Commit() public méthode

public Commit ( GameEventArgs arg ) : bool
arg Sanguosha.Core.Triggers.GameEventArgs
Résultat bool

SaveLifeSkill() public méthode

public SaveLifeSkill ( ) : System
Résultat System

SaveLifeVerify() protected abstract méthode

protected abstract SaveLifeVerify ( Players source, List cards, List players ) : bool?
source Players
cards List
players List
Résultat bool?

VerifyCard() protected méthode

protected VerifyCard ( Players source, Sanguosha.Core.Cards.Card card ) : bool
source Players
card Sanguosha.Core.Cards.Card
Résultat bool

VerifyPlayer() protected méthode

protected VerifyPlayer ( Players source, Players player ) : bool
source Players
player Players
Résultat bool