refactor jong-line

This commit is contained in:
Tao Tien 2026-03-02 23:56:30 -08:00
parent 0c3fe6f87a
commit 147f939179
6 changed files with 242 additions and 278 deletions

View file

@ -17,9 +17,3 @@ pub mod tiles;
pub use states::*;
pub use tiles::*;
#[derive(Debug, ..Copy, ..Eq, Hash)]
#[derive(SpacetimeType)]
pub enum PlayerOrBot {
Player { id: u32 },
Bot { id: u32 },
}