refactor: split WorldEvent into EntityEvent and RelEvent

This commit is contained in:
2026-05-31 16:31:27 +08:00
parent 05674a349f
commit 81efb6cb0a
3 changed files with 29 additions and 13 deletions
+2
View File
@@ -11,6 +11,8 @@ export { makeEntity, entityIndex, entityGeneration } from "./entity";
export { SparseSet } from "./storage/sparse-set";
export type {
WorldEvent,
EntityEvent,
RelEvent,
QueryUpdate,
RelationshipUpdate,
} from "./observable/events";