CardRPG 1.0
 
Loading...
Searching...
No Matches
CardRPG.CardCondition Class Referenceabstract

Represents a condition that determines whether a specific requirement is satisfied in the context of a duel between two participants. More...

Inheritance diagram for CardRPG.CardCondition:
CardRPG.HandCondition CardRPG.IfCondition

Public Member Functions

bool SatifyCondition (Dueler caster, Dueler target)
 

Detailed Description

Represents a condition that determines whether a specific requirement is satisfied in the context of a duel between two participants.

This is an abstract base class for defining custom conditions in a duel scenario. Derived classes must implement the SatifyCondition method to specify the logic for evaluating the condition.


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