Files
realm-chat/server/src/events.rs

6 lines
76 B
Rust

use durian::bincode_packet;
#[bincode_packet]
pub struct Greet {
id: u32
}