Update alkatest-common
This commit is contained in:
parent
49e10cf858
commit
c33c2cb747
1 changed files with 0 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
import { isArray } from "@vue/shared";
|
||||
import type { ContentPack } from "alkatest-common/types";
|
||||
import { globalBus } from "game/events";
|
||||
import type { GenericLayer } from "game/layers";
|
||||
import { addingLayers, persistentRefs } from "game/layers";
|
||||
|
@ -40,8 +39,6 @@ export type State =
|
|||
| number
|
||||
| boolean
|
||||
| DecimalSource
|
||||
// TODO make it accept objects that only allow State types within them
|
||||
| ContentPack
|
||||
| { [key: string]: State }
|
||||
| { [key: number]: State };
|
||||
|
||||
|
|
Loading…
Reference in a new issue