feat: faster bomb holder search

Fully batched bomb holder search
This commit is contained in:
Janek
2024-04-17 18:55:46 +02:00
parent 5d5fb900ab
commit 10da0883a1
3 changed files with 108 additions and 36 deletions

View File

@@ -9,7 +9,7 @@ pub struct CsData {
// Entities
pub players: Vec<(Address, Address)>,
pub bomb: Address,
pub bomb_holder: Address,
pub bomb_holder: Option<Address>,
pub recheck_bomb_holder: bool,
// Pointers