fix: 🐛 fix the bug about classVolume
This commit is contained in:
parent
5cba0d925b
commit
483624ea80
|
@ -1,5 +1,5 @@
|
||||||
# 规则
|
# 规则
|
||||||
V5.1
|
V5.2
|
||||||
- [规则](#规则)
|
- [规则](#规则)
|
||||||
- [简则](#简则)
|
- [简则](#简则)
|
||||||
- [地图](#地图)
|
- [地图](#地图)
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
## 不应当使用Windows特性的库,不建议使用.h结尾的库,建议使用标准库
|
## 不应当使用Windows特性的库,不建议使用.h结尾的库,建议使用标准库
|
||||||
- 不要使用conio.h,Windows.h
|
- 不要使用conio.h,Windows.h
|
||||||
|
|
||||||
|
## 请注意下载器不更新AI.py,AI.cpp和脚本
|
||||||
|
- 最新版AI.cpp和AI.py
|
||||||
|
![AIcpp](https://raw.githubusercontent.com/shangfengh/THUAI6/new/resource/AIcpp.png)
|
||||||
|
![AIpy](https://raw.githubusercontent.com/shangfengh/THUAI6/new/resource/AIpy.png)
|
||||||
|
|
||||||
## C++接口使用说明
|
## C++接口使用说明
|
||||||
|
|
||||||
- Windows:先查看`.\win\CAPI\cpp\`文件夹下是否有`lib`文件夹,没有则https://cloud.tsinghua.edu.cn/d/6972138f641d4e81a446/ 下载并复制粘贴
|
- Windows:先查看`.\win\CAPI\cpp\`文件夹下是否有`lib`文件夹,没有则https://cloud.tsinghua.edu.cn/d/6972138f641d4e81a446/ 下载并复制粘贴
|
||||||
|
|
|
@ -88,11 +88,11 @@ namespace Gaming
|
||||||
finallyReturn: () => 0
|
finallyReturn: () => 0
|
||||||
)
|
)
|
||||||
.Start();
|
.Start();
|
||||||
|
--generatorForFix.NumOfFixing;
|
||||||
}
|
}
|
||||||
|
|
||||||
)
|
)
|
||||||
{ IsBackground = true }.Start();
|
{ IsBackground = true }.Start();
|
||||||
--generatorForFix.NumOfFixing;
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,9 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Collections.Generic;
|
|
||||||
using GameClass.GameObj;
|
using GameClass.GameObj;
|
||||||
using Preparation.Utility;
|
using Preparation.Utility;
|
||||||
using GameEngine;
|
|
||||||
using Preparation.Interface;
|
using Preparation.Interface;
|
||||||
using Timothy.FrameRateTask;
|
using Timothy.FrameRateTask;
|
||||||
using System.Numerics;
|
|
||||||
using System.Timers;
|
|
||||||
|
|
||||||
namespace Gaming
|
namespace Gaming
|
||||||
{
|
{
|
||||||
|
|
|
@ -47,4 +47,6 @@
|
||||||
|
|
||||||
## 开发人员
|
## 开发人员
|
||||||
|
|
||||||
- ......(自己加)
|
- 黄淞:底层逻辑
|
||||||
|
- 游笑权:Client
|
||||||
|
- 高思研:Server
|
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
Loading…
Reference in New Issue