C# Class Sanguosha.Core.Skills.SaveLifeSkill

Inheritance: AutoVerifiedActiveSkill
Show file Open project: RagingBigFemaleBird/sgs

Public Methods

Method Description
Commit ( GameEventArgs arg ) : bool
SaveLifeSkill ( ) : System

Protected Methods

Method 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 method

protected AdditionalVerify ( Players source, List cards, List players ) : bool?
source Players
cards List
players List
return bool?

Commit() public method

public Commit ( GameEventArgs arg ) : bool
arg Sanguosha.Core.Triggers.GameEventArgs
return bool

SaveLifeSkill() public method

public SaveLifeSkill ( ) : System
return System

SaveLifeVerify() protected abstract method

protected abstract SaveLifeVerify ( Players source, List cards, List players ) : bool?
source Players
cards List
players List
return bool?

VerifyCard() protected method

protected VerifyCard ( Players source, Sanguosha.Core.Cards.Card card ) : bool
source Players
card Sanguosha.Core.Cards.Card
return bool

VerifyPlayer() protected method

protected VerifyPlayer ( Players source, Players player ) : bool
source Players
player Players
return bool