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 has been archived by the owner on Oct 24, 2021. It is now read-only.
I see below code in GameState.ts: export type CardState = 'DECK' | 'HAND' | 'OTHERS';
but, actully, HS does not have card state like this, according to: https://hearthsim.info/docs/gamestate-protocol/
DECK, HAND are actully ZONE, what is OTHERS?, thre is also no PLAY zone in GameState.ts: which is most importent battlefield ZONE
maybe I'm still new to here, but it's kind of confusing code for me.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I see below code in GameState.ts:
export type CardState = 'DECK' | 'HAND' | 'OTHERS';
but, actully, HS does not have card state like this, according to:
https://hearthsim.info/docs/gamestate-protocol/
DECK, HAND are actully ZONE, what is OTHERS?, thre is also no PLAY zone in GameState.ts: which is most importent battlefield ZONE
maybe I'm still new to here, but it's kind of confusing code for me.
The text was updated successfully, but these errors were encountered: