feat(content): add action kind and group schema

This commit is contained in:
ginnoir
2026-06-11 20:12:21 -05:00
parent c76b2d1231
commit c48e53cc7b
3 changed files with 113 additions and 9 deletions
+1 -1
View File
@@ -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';