C# 클래스 Sanguosha.Core.Heroes.HeroCardHandler

상속: Sanguosha.Core.Cards.CardHandler
파일 보기 프로젝트 열기: RagingBigFemaleBird/sgs 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
HeroCardHandler ( Sanguosha.Core.Heroes.Hero h ) : System
Verify ( Player source, ICard card, List targets, bool isLooseVerify ) : VerifierResult

보호된 메소드들

메소드 설명
Process ( Players source, Players dest, ICard card, ReadOnlyCard readonlyCard, GameEventArgs inResponseTo ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

HeroCardHandler() 공개 메소드

public HeroCardHandler ( Sanguosha.Core.Heroes.Hero h ) : System
h Sanguosha.Core.Heroes.Hero
리턴 System

Process() 보호된 메소드

protected Process ( Players source, Players dest, ICard card, ReadOnlyCard readonlyCard, GameEventArgs inResponseTo ) : void
source Players
dest Players
card ICard
readonlyCard Sanguosha.Core.Cards.ReadOnlyCard
inResponseTo GameEventArgs
리턴 void

Verify() 공개 메소드

public Verify ( Player source, ICard card, List targets, bool isLooseVerify ) : VerifierResult
source Sanguosha.Core.Players.Player
card ICard
targets List
isLooseVerify bool
리턴 VerifierResult