You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
Each protocol (including different versions of the protocol of the same game) can provide its own ids for the game content.
Each protocol should have two maps
Map[protocol id -> internal id]:Index[Int]
Map[internal id -> protocol id]:Index[Int]
That are constructed from the protocol's data, which maps type names (universal) to protocol ids (specific to one protocol).
Each protocol (including different versions of the protocol of the same game) can provide its own ids for the game content.
Each protocol should have two maps
That are constructed from the protocol's data, which maps type names (universal) to protocol ids (specific to one protocol).
This is a part of #17.