↓ 2 callersMethodmake_action_place(
&mut self,
shared: &mut SharedState,
(x, y): (u32, u32),
color_placed: Color
shared/src/states/play.rs:241
↓ 1 callersMethodmake_action_place(
&mut self,
shared: &mut SharedState,
player_id: u64,
(x, y): (u32, u32),
shared/src/states/free_placement.rs:38
↓ 1 callersMethodplace_stone(
&mut self,
shared: &mut SharedState,
(x, y): Point,
color_placed: Color,
shared/src/states/play.rs:36