NYXA/src/example/simple/resource.zig

3 lines
86 B
Zig
Raw Normal View History

2026-07-09 22:30:04 +01:00
pub const Server = struct { id: u32 = 0 };
pub const Client = struct { id: u32 = 0 };