Consolidate engine docs and naming
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
export type EngineName = 'yaml' | 'ink' | 'zork' | string;
|
||||
export type EngineName = 'yaml' | 'ink' | 'zcode' | string;
|
||||
export interface GameMetadata {
|
||||
title: string;
|
||||
author?: string;
|
||||
|
||||
Reference in New Issue
Block a user