Adjusted variables and comments
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
const Road = @import("../infrastructure/road.zig").Road;
|
||||
const Node = @import("../infrastructure/node.zig").Node;
|
||||
|
||||
/// Can point to either entity type (node, road, etc.)
|
||||
pub const Entity = union(enum) {
|
||||
node: *Node,
|
||||
road: *Road,
|
||||
|
||||
Reference in New Issue
Block a user