feat: wire bark battle platform loop
Some checks failed
CI / verify (pull_request) Has been cancelled
Some checks failed
CI / verify (pull_request) Has been cancelled
This commit is contained in:
@@ -6,6 +6,11 @@ use spacetimedb::sats::de::serde::DeserializeWrapper;
|
||||
use spacetimedb::sats::ser::serde::SerializeWrapper;
|
||||
use std::collections::HashSet;
|
||||
|
||||
use crate::bark_battle::tables::{
|
||||
bark_battle_draft_config, bark_battle_leaderboard_entry, bark_battle_personal_best_projection,
|
||||
bark_battle_published_config, bark_battle_runtime_run, bark_battle_score_record,
|
||||
bark_battle_work_stats_projection,
|
||||
};
|
||||
use crate::big_fish::big_fish_runtime_run;
|
||||
use crate::match3d::tables::{
|
||||
match3d_agent_message, match3d_agent_session, match3d_runtime_run, match3d_work_profile,
|
||||
@@ -216,6 +221,13 @@ macro_rules! migration_tables {
|
||||
puzzle_event,
|
||||
puzzle_runtime_run,
|
||||
puzzle_leaderboard_entry,
|
||||
bark_battle_draft_config,
|
||||
bark_battle_published_config,
|
||||
bark_battle_runtime_run,
|
||||
bark_battle_score_record,
|
||||
bark_battle_leaderboard_entry,
|
||||
bark_battle_work_stats_projection,
|
||||
bark_battle_personal_best_projection,
|
||||
match3d_agent_session,
|
||||
match3d_agent_message,
|
||||
match3d_work_profile,
|
||||
|
||||
Reference in New Issue
Block a user