From 03d367c7b031aecd51d0c9e4a8b13be39f370a6a Mon Sep 17 00:00:00 2001 From: hypercross Date: Tue, 21 Apr 2026 22:58:17 +0800 Subject: [PATCH] feat(samples/slay-the-spire-like): export system types --- src/samples/slay-the-spire-like/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/samples/slay-the-spire-like/index.ts b/src/samples/slay-the-spire-like/index.ts index 115b5d7..aa67064 100644 --- a/src/samples/slay-the-spire-like/index.ts +++ b/src/samples/slay-the-spire-like/index.ts @@ -4,3 +4,4 @@ export * from "./system/encounter"; export * from "./system/grid-inventory"; export * from "./system/map"; export * from "./system/utils/parse-shape"; +export * from "./system/types";