4 lines
88 B
Zig
4 lines
88 B
Zig
const shared = @import("shared");
|
|
|
|
pub var next_entity_id: shared.entity.entity_id = 1;
|