|
CardGame
Rogue-like card videogame
|
Go to the source code of this file.
Enumerations | |
| enum class | Target { Self , Opponent } |
| Logical target selector used during effect resolution. More... | |
|
strong |
Logical target selector used during effect resolution.
Target represents an abstract combat target relative to the current action:
Logical targets are resolved to concrete entities by CombatContext.
| Enumerator | |
|---|---|
| Self | |
| Opponent | |