Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 797 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 797 Bytes

famous-game

game服为游戏的核心业务逻辑实现

└─src
    ├─main
    │  ├─java
    │  │  └─com
    │  │      └─liema
    │  │          └─game
    │  │              ├─base
    │  │              ├─listener
    │  │              ├─card(卡牌)
    │  │              ├─chapter(章节)
    │  │              ├─item(道具)
    │  │              ├─mission(任务)
    │  │              ├─occuption(职业)
    │  │              ├─pack(背包)
    │  │              ├─role(角色)
    │  │              ├─sign(签到)
    │  │              └─store(商店)
    │  │