Voice 问题
1.修复回合开始时会错误播放对方的回合开始语音问题 2.攻击时,会使用角色的特定怪兽攻击语音来代替普通攻击语音
1.修复回合开始时会错误播放对方的回合开始语音问题 2.攻击时,会使用角色的特定怪兽攻击语音来代替普通攻击语音
Step 1. Fetch and check out the branch for this merge request
git fetch "https://code.moenext.com/JQY114514/MDPro3.git" "master" git checkout -b "JQY114514/MDPro3-master" FETCH_HEAD
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout "origin/master" git merge --no-ff "JQY114514/MDPro3-master"
Step 4. Push the result of the merge to GitLab
git push origin "master"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.