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

5 lines
No EOL
62 B
Rust

use macros::rmc_proto;
#[rmc_proto(112)]
pub trait Ranking{
}