feat(content): add action kind and group schema
This commit is contained in:
@@ -9,4 +9,4 @@ const story = buildStoryContent(storyNodeDefs, base.actionsById, base.resourcesB
|
||||
export type GameContent = Content & StoryContent;
|
||||
export const content: GameContent = { ...base, ...story };
|
||||
|
||||
export type { ActionDef, Content, ResourceDef } from './schema';
|
||||
export type { ActionDef, ActionGroup, ActionKind, Content, ResourceDef } from './schema';
|
||||
|
||||
Reference in New Issue
Block a user