Represents a condition that determines whether a specific requirement is satisfied in the context of a duel between two participants. More...
Public Member Functions | |
| bool | SatifyCondition (Dueler caster, Dueler target) |
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.