↓ 6 callersClassHumanReadableCoordinate* A coordinate system for human reading:
*
* (0,0) -> (A, 0)
* (0,1) -> (A, 1)
* (1,1) -> (B, 1)
* (2,1) -> (C, 1)
* (3,1) -> (D, 1)
* ...
* (
shared/src/commonMain/kotlin/com/bytelegend/app/shared/HumanReadableCoordinate.kt:34
↓ 3 callersClassItem* An item may be able to applied to a specific mission,
* for example, the key to open chest 1, the key to open chest 2, etc.
* In this way, its "id
client/game-page/src/main/kotlin/com/bytelegend/client/app/engine/DefaultItemAchievementManager.kt:53