C# Class Sanguosha.Core.Skills.UsageTriggerSkill

Inheritance: PassiveSkill
Afficher le fichier Open project: RagingBigFemaleBird/sgs Class Usage Examples

Méthodes publiques

Méthode Description
NotifySkillUse ( List targets ) : void
UsageTriggerSkill ( ) : System

Méthodes protégées

Méthode Description
AskForSkillUse ( List &cards, List &players ) : bool
GetVerifier ( ) : ICardUsageVerifier
InstallTriggers ( Players owner ) : void
UninstallTriggers ( Players owner ) : void

Method Details

AskForSkillUse() protected méthode

protected AskForSkillUse ( List &cards, List &players ) : bool
cards List
players List
Résultat bool

GetVerifier() protected abstract méthode

protected abstract GetVerifier ( ) : ICardUsageVerifier
Résultat ICardUsageVerifier

InstallTriggers() protected méthode

protected InstallTriggers ( Players owner ) : void
owner Players
Résultat void

NotifySkillUse() public méthode

public NotifySkillUse ( List targets ) : void
targets List
Résultat void

UninstallTriggers() protected méthode

protected UninstallTriggers ( Players owner ) : void
owner Players
Résultat void

UsageTriggerSkill() public méthode

public UsageTriggerSkill ( ) : System
Résultat System