Fix CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-03-10 20:52:44 -04:00
parent 8de56a28f6
commit d7a5c5275a
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -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