merge all extra tables back into player for now

This commit is contained in:
Tao Tien 2026-02-11 10:16:21 -08:00
parent 71ad4cada6
commit 9b01f6b96a
16 changed files with 66 additions and 579 deletions

View file

@ -16,9 +16,10 @@ pub fn login_or_add_player(ctx: &ReducerContext) {
id: 0,
name: None,
lobby_id: 0,
hand_id: 0,
pond_id: 0,
ready: false,
sort: true,
hand: vec![],
pond: vec![],
}) {
info!("added player: {:?}", player);
} else {