File size: 93 Bytes
079c32c
 
 
 
1
2
3
4
export const STATUS = {
  IDLE: 'idle', // 游戏未开始
  GAMING: 'gaming', // 游戏中
}