Open saberistic opened 1 year ago
Title: Skip Turn for Inactive Players As a: Player I want to: Be able to skip the turn of players who are inactive for a certain period So that: The game can continue smoothly without long waits.
#[derive(Accounts)] pub struct SkipInactivePlayer<'info> { // TODO: Define the accounts needed for skipping an inactive player }
Title: Skip Turn for Inactive Players As a: Player I want to: Be able to skip the turn of players who are inactive for a certain period So that: The game can continue smoothly without long waits.