C# Class Sanguosha.Core.Games.RoleGame.CommitActionToTargetsTrigger

CardHandler and Damage eventArg format: Source : source of action/damage Targets: targets of action/damage Card: the card (Card or CompositeCard) that produced the action / caused the damage Cards (damage only): the actual card(s), i.e. Card / subCards of CompositeCard ReadonlyCard: A readonly version (Cannot be moved, cannot set anything else other than its attributes) of the Card Note to developers: In case you want to add properties to the card, you must add attributes to ReadonlyCard, because the actual card (Card / Cards) can be moved to any place (therefore has its face type changed) during multi-target computation.
Inheritance: Sanguosha.Core.Triggers.Trigger
Afficher le fichier Open project: RagingBigFemaleBird/sgs

Méthodes publiques

Méthode Description
Run ( Sanguosha.Core.Triggers.GameEvent gameEvent, GameEventArgs eventArgs ) : void

Method Details

Run() public méthode

public Run ( Sanguosha.Core.Triggers.GameEvent gameEvent, GameEventArgs eventArgs ) : void
gameEvent Sanguosha.Core.Triggers.GameEvent
eventArgs Sanguosha.Core.Triggers.GameEventArgs
Résultat void