CardRPG 1.0
 
Loading...
Searching...
No Matches
CardRPG.EveryRoundAbility Class Reference

A passive ability that triggers every specified number of rounds starting from a given round. More...

Inheritance diagram for CardRPG.EveryRoundAbility:
CardRPG.PassiveAbility

Public Member Functions

override void AddInvokeTrigger (Dueler dueler)
 
override void RemoveInvokeTrigger (Dueler dueler)
 
- Public Member Functions inherited from CardRPG.PassiveAbility
void AddInvokeTrigger (Dueler dueler)
 adds an invoke trigger to the dueler.
 
void RemoveInvokeTrigger (Dueler dueler)
 removes the invoke trigger from the dueler.
 
void InvokeAbility (Dueler caster, Dueler target)
 invokes the ability with the given caster and target.
 

Public Attributes

int startRound
 The round to start triggering the effect.
 
int everyRound
 The interval of rounds to trigger the effect.
 

Additional Inherited Members

- Properties inherited from CardRPG.PassiveAbility
Card Card [get]
 

Detailed Description

A passive ability that triggers every specified number of rounds starting from a given round.


The documentation for this class was generated from the following file: