Blame view

lib/pages/moduleSelect/state.dart 160 Bytes
6d61919a   吴启风   feat:增加过渡页&集成串联游戏
1
2
3
4
5
6
7
8
9
  class ModuleSelectState {
    ModuleSelectState init() {
      return ModuleSelectState();
    }
  
    ModuleSelectState clone() {
      return ModuleSelectState();
    }
  }