Skip to content

Commit

Permalink
update feat-System leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMB0220 committed Dec 12, 2024
1 parent 94b39e8 commit 52dc238
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/lib.cairo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
mod systems {
//mod battle;
//mod realms;
//mod move;
//mod spawn;
//mod world_setup;
//mod bag;
//mod tournament;
mod battle;
mod realms;
mod move;
mod spawn;
mod world_setup;
mod bag;
mod tournament;
mod leaderboard;
}

Expand Down Expand Up @@ -35,8 +35,8 @@ mod models {
}

mod tests {
//mod test_battle;
// mod test_bag;
// mod test_tournament;
mod test_battle;
mod test_bag;
mod test_tournament;
mod test_leaderboard;
}

0 comments on commit 52dc238

Please sign in to comment.