CardGame
Rogue-like card videogame
Loading...
Searching...
No Matches
combatTarget.h
Go to the documentation of this file.
1#ifndef COMBATTARGET_H
2#define COMBATTARGET_H
3
13enum class Target
14{
15 Self,
17};
18
19#endif // COMBATTARGET_H
Target
Logical target selector used during effect resolution.
Definition: combatTarget.h:14