6 lines
76 B
Rust
6 lines
76 B
Rust
use durian::bincode_packet;
|
|
|
|
#[bincode_packet]
|
|
pub struct Greet {
|
|
id: u32
|
|
} |