We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://api.github.com/XBagon/hsbgsim/blob/ecab62a43f8722fd28e14c15242a81970ef799a1/src/game.rs#L20
Death, DeathCheck, End, Event, EventHandlerManager, Events, ProposeAttack, RawActivateEffect, Remove, TakeDamage, }, minions::{BoardPosition, MinionInstanceId, MinionVariant, Position}, player::PlayerId, Battleground, MinionInstance, }; use rand::prelude::*; use rand_xoshiro::Xoshiro256PlusPlus; use slotmap::{Key, SecondaryMap, SlotMap}; use thiserror::Error; use tinyvec::ArrayVec; pub struct Game { pub battleground: Battleground, pub minion_instances: SlotMap<MinionInstanceId, MinionInstance>, //TODO: minion_datas: SecondarySlotMap<MinionInstanceId, MinionData>, minion_summon_shift: SecondaryMap<MinionInstanceId, u8>, attacking_player: Option<PlayerId>, last_attacker: MinionInstanceId, additional_attacks: u8,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://api.github.com/XBagon/hsbgsim/blob/ecab62a43f8722fd28e14c15242a81970ef799a1/src/game.rs#L20
The text was updated successfully, but these errors were encountered: