fix: fix game/region tests.

This commit is contained in:
2026-04-02 15:16:30 +08:00
parent b7c5312b60
commit 0948e5a742
4 changed files with 250 additions and 323 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export { parseCommand, parseCommandSchema, validateCommand, parseCommandWithSche
export type { CommandRunner, CommandRunnerHandler, CommandRunnerContext, PromptEvent, CommandRunnerEvents } from './utils/command';
export { createCommandRegistry, registerCommand, unregisterCommand, hasCommand, getCommand, runCommand, runCommandParsed, createCommandRunnerContext, type CommandRegistry, type CommandRunnerContextExport } from './utils/command';
export type { Entity, EntityAccessor } from './utils/entity';
export type { Entity } from './utils/entity';
export { createEntityCollection } from './utils/entity';
export type { RNG } from './utils/rng';