We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e332186 commit c69982bCopy full SHA for c69982b
src/world.ts
@@ -3,15 +3,13 @@ import { ComponentChangeset } from "./changeset";
3
import { CommandBuffer, type Command } from "./command-buffer";
4
import type { ComponentId, EntityId, WildcardRelationId } from "./entity";
5
import {
6
- decodeRelationId,
7
EntityIdManager,
8
getComponentIdByName,
9
getComponentNameById,
10
getDetailedIdType,
11
isCascadeDeleteComponent,
12
isDontFragmentComponent,
13
isExclusiveComponent,
14
- isRelationId,
15
relation,
16
} from "./entity";
17
import { MultiMap } from "./multi-map";
0 commit comments