stuf / masayards-calmm

An attempt at a sane alternative viewer for Kantai Collection (艦隊これくしょん)
MIT License
5 stars 0 forks source link

Implement entity lookup #13

Closed stuf closed 7 years ago

stuf commented 7 years ago

As described in #12, the game data is divided into two different parts; the base data and the player data. When displaying an entity that requires both parts for display (a Fleet's list of Ships), they should just have to make a simple call with the id, which will be used for lookup.

stuf commented 7 years ago

Fixed in 2a689ef