C# Class Sanguosha.Expansions.Hills.Skills.XinSheng

新生-每当你受到1点伤害后,可获得一张"化身牌"。
Inheritance: Sanguosha.Core.Skills.TriggerSkill
Show file Open project: RagingBigFemaleBird/sgs

Public Methods

Method Description
Run ( Player Owner, Sanguosha.Core.Triggers.GameEvent gameEvent, GameEventArgs eventArgs ) : void
XinSheng ( ) : System

Protected Methods

Method Description
GenerateSpecialEffectHintIndex ( Player source, List targets ) : int

Method Details

GenerateSpecialEffectHintIndex() protected method

protected GenerateSpecialEffectHintIndex ( Player source, List targets ) : int
source Sanguosha.Core.Players.Player
targets List
return int

Run() public method

public Run ( Player Owner, Sanguosha.Core.Triggers.GameEvent gameEvent, GameEventArgs eventArgs ) : void
Owner Sanguosha.Core.Players.Player
gameEvent Sanguosha.Core.Triggers.GameEvent
eventArgs Sanguosha.Core.Triggers.GameEventArgs
return void

XinSheng() public method

public XinSheng ( ) : System
return System