This commit is contained in:
parent
8de56a28f6
commit
d7a5c5275a
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ use yoke::Yokeable;
|
||||||
|
|
||||||
use super::player::Position;
|
use super::player::Position;
|
||||||
|
|
||||||
/// A card in a players deck which can be played to solve
|
/// A card in a players deck which can apply an effect
|
||||||
/// a situation card
|
/// to the game or advance a solution
|
||||||
#[derive(Yokeable)]
|
#[derive(Yokeable)]
|
||||||
pub struct ActionCard<'a> {
|
pub struct ActionCard<'a> {
|
||||||
/// How much influence the card will cost to play
|
/// How much influence the card will cost to play
|
||||||
|
|
Loading…
Reference in a new issue