Pull in code from pool_elo

need to re-integrate yugioh code
This commit is contained in:
2024-09-03 01:52:20 -04:00
parent 921f2de61a
commit 4674289473
54 changed files with 1775 additions and 164 deletions

View File

@@ -1,12 +1,10 @@
pub mod global_state;
pub mod index;
pub mod inventory;
pub mod preferences;
#[cfg(client)]
use perseus::utils::get_path_prefix_client;
#[allow(dead_code)]
#[cfg(client)]
pub fn get_api_path(path: &str) -> String {
#[cfg(engine)]
{