CLine Action Editor 3 - Support Team!
- 遵循驼峰命名规则
- 遵循Unity命名规则
- 类名、函数以大写开头
- 属性、类变量、局部变量以小写开头
- 严禁写公有类变量
- 统一命名空间
- 除框架需要,请不要使用MonoBehaviour和MonoSingleton
repo init --no-clone-bundle -u https://github.com/SuperCLine-ActionEditor/ActionEditor.Manifest.git
repo sync
repo forall -c git checkout master