3 lines
86 B
Zig
3 lines
86 B
Zig
|
|
pub const Server = struct { id: u32 = 0 };
|
||
|
|
pub const Client = struct { id: u32 = 0 };
|