feat: chapter boundary gateway nodes in flow, prevent cross-chapter BFS expansion
This commit is contained in:
@@ -161,4 +161,6 @@ export interface PlayerTreeNode {
|
||||
locked: boolean
|
||||
lockHint?: string
|
||||
children: PlayerTreeNode[]
|
||||
isGateway?: boolean
|
||||
gatewayChapterId?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user