extract player tables
This commit is contained in:
parent
7cef787f38
commit
71ad4cada6
5 changed files with 49 additions and 44 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use log::info;
|
||||
use spacetimedb::{ReducerContext, Table, reducer};
|
||||
|
||||
use crate::tables::*;
|
||||
use crate::tables::{player::player, *};
|
||||
|
||||
mod game;
|
||||
mod tables;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue