diff options
Diffstat (limited to 'core/src/KhsShim.kt')
| -rw-r--r-- | core/src/KhsShim.kt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/KhsShim.kt b/core/src/KhsShim.kt index 9a31523..fe2cc3c 100644 --- a/core/src/KhsShim.kt +++ b/core/src/KhsShim.kt @@ -41,6 +41,9 @@ interface KhsShim { /// @returns list of world names val worlds: List<String> + /// @returns list of supported blocks + val blocks: List<String> + /// were the khs.db is stored val sqliteDatabasePath: String |