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

5 lines
75 B
Rust
Raw Normal View History

2025-05-15 20:53:56 +02:00
use macros::{method_id, rmc_proto};
#[rmc_proto(112)]
pub trait Ranking{
}