Fixed-step world runtime, event bus wire protocol between lanes, integration seam (game.ts) with placeholder ball. Lanes A/B/C own disjoint dirs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
7 lines
96 B
TypeScript
7 lines
96 B
TypeScript
export declare enum FeatureType {
|
|
Vertex = 0,
|
|
Edge = 1,
|
|
Face = 2,
|
|
Unknown = 3
|
|
}
|