Commit 7b1fabba authored by Chunchi Che's avatar Chunchi Che

fix Mora.tsx

parent 1e3d7c22
Pipeline #21409 passed with stages
in 15 minutes and 19 seconds
......@@ -8,6 +8,6 @@ export interface MoraState {
export const moraStore = proxy<MoraState>({
duelStart: false,
selectHandAble: true,
selectTpAble: true,
selectHandAble: false,
selectTpAble: false,
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment