Add missing ranking struct.

This commit is contained in:
yukirij 2024-11-24 13:24:10 -08:00
parent 02e05c2897
commit 9ca78fb8d7

6
game/src/ranking.rs Normal file
View File

@ -0,0 +1,6 @@
pub struct Ranking {
}
impl Ranking {
}