rust-nex/src/rmc/protocols/ranking.rs

5 lines
62 B
Rust
Raw Normal View History

2025-06-29 11:40:42 +02:00
use macros::rmc_proto;
2025-05-15 20:53:56 +02:00
#[rmc_proto(112)]
pub trait Ranking{
}