extract player tables
This commit is contained in:
parent
7cef787f38
commit
71ad4cada6
5 changed files with 49 additions and 44 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use spacetimedb::{ReducerContext, Table, ViewContext, reducer, view};
|
||||
|
||||
use crate::tables::*;
|
||||
use crate::tables::{player::player, *};
|
||||
use jong_types::*;
|
||||
|
||||
pub fn deal_hands(ctx: &ReducerContext, lobby_id: u32) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue