Commit 74e504ea authored by timel's avatar timel

fix: small types

parent b21a29fc
Pipeline #22581 passed with stages
in 11 minutes and 28 seconds
...@@ -93,7 +93,7 @@ export interface HintState { ...@@ -93,7 +93,7 @@ export interface HintState {
} }
export interface PhaseState { export interface PhaseState {
currentPhase: ygopro.StocGameMessage.MsgNewPhase.PhaseType; // TODO 当前的阶段 应该改成enum currentPhase: ygopro.StocGameMessage.MsgNewPhase.PhaseType;
enableBp: boolean; // 允许进入战斗阶段 enableBp: boolean; // 允许进入战斗阶段
enableM2: boolean; // 允许进入M2阶段 enableM2: boolean; // 允许进入M2阶段
enableEp: boolean; // 允许回合结束 enableEp: boolean; // 允许回合结束
......
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