Files
bot/src/game.rs
syui fc5e942f0c
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
add card
2024-12-27 16:40:11 +09:00

6 lines
113 B
Rust

pub mod post_card;
pub mod post_card_verify;
pub mod post_game;
pub mod post_game_user;
pub mod post_game_login;