C# 클래스 Sanguosha.Core.Skills.AutoVerifiedActiveSkill

상속: ActiveSkill
파일 보기 프로젝트 열기: RagingBigFemaleBird/sgs

공개 메소드들

메소드 설명
AutoVerifiedActiveSkill ( ) : System
Validate ( GameEventArgs arg ) : VerifierResult
Verify ( Player source, List cards, List players ) : VerifierResult

보호된 메소드들

메소드 설명
AdditionalVerify ( Player source, List cards, List players ) : bool?
VerifyCard ( Player source, Sanguosha.Core.Cards.Card card ) : bool
VerifyPlayer ( Player source, Player player ) : bool

메소드 상세

AdditionalVerify() 보호된 메소드

protected AdditionalVerify ( Player source, List cards, List players ) : bool?
source Sanguosha.Core.Players.Player
cards List
players List
리턴 bool?

AutoVerifiedActiveSkill() 공개 메소드

public AutoVerifiedActiveSkill ( ) : System
리턴 System

Validate() 공개 메소드

public Validate ( GameEventArgs arg ) : VerifierResult
arg Sanguosha.Core.Triggers.GameEventArgs
리턴 VerifierResult

Verify() 공개 메소드

public Verify ( Player source, List cards, List players ) : VerifierResult
source Sanguosha.Core.Players.Player
cards List
players List
리턴 VerifierResult

VerifyCard() 보호된 추상적인 메소드

protected abstract VerifyCard ( Player source, Sanguosha.Core.Cards.Card card ) : bool
source Sanguosha.Core.Players.Player
card Sanguosha.Core.Cards.Card
리턴 bool

VerifyPlayer() 보호된 추상적인 메소드

protected abstract VerifyPlayer ( Player source, Player player ) : bool
source Sanguosha.Core.Players.Player
player Sanguosha.Core.Players.Player
리턴 bool