worldinfo writer

This commit is contained in:
Minjae Song
2018-10-08 01:16:29 +09:00
parent 74d76440ee
commit 5f75288dc7
6 changed files with 185 additions and 6 deletions

View File

@@ -24,6 +24,9 @@ object BlockCodex {
blockProps = Array<BlockProp>(TILE_UNIQUE_MAX * 2, { BlockProp() })
}
/**
* Later entry (possible from other modules) will replace older ones
*/
operator fun invoke(module: String, path: String) {
try {
val records = CSVFetcher.readFromModule(module, path)