thread_split: convert all tile to tileref

This commit is contained in:
Evan
2025-01-17 20:13:26 -08:00
parent c42cc2a9b4
commit f0f5bae79f
53 changed files with 1104 additions and 1405 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Cell, GameMapType, TerrainMap, TerrainTile, TerrainType } from './Game';
import { Cell, GameMapType, TerrainType } from './Game';
import { consolex } from '../Consolex';
import { NationMap } from './TerrainMapLoader';