Blame view

lib/pages/games/game_entity.dart 108 Bytes
2879454a   吴启风   feat:调通支付宝支付&游戏列表页
1
2
  
  
e62c1a97   吴启风   feat:1、游戏列表页优化;2、...
3
  /// 本地游戏实体
2879454a   吴启风   feat:调通支付宝支付&游戏列表页
4
5
6
7
8
9
10
11
  class GameEntity {
  
    late int id;
  
    late String imageName;
  
    late String name;
  }