doukutsu-rs/src/player/player_list.rs

8 lines
131 B
Rust

pub struct RemotePlayerList {}
impl RemotePlayerList {
pub fn new() -> RemotePlayerList {
RemotePlayerList {}
}
}