This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 整体框架分为:底层框架、功能模块、定制内容。
## 底层框架:
### 事件系统(EventManager)
### UI系统(UIManager)
### 日志系统(Log)
### 网络系统(NetManager)
### 持久化数据(PlayerPrefs)
### 资源管理(ResourcesManager)
### 帮助类(Helper)
### 对象池(PoolManager)
### 流程(ProduceManager)
## 功能模块
## 定制内容
定制内容为每个程序独立的内容,不应该在框架内部