fix: 🐛 fix the bug about classVolume

This commit is contained in:
shangfengh 2023-04-24 15:44:58 +08:00
parent 5cba0d925b
commit 483624ea80
7 changed files with 10 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# 规则
V5.1
V5.2
- [规则](#规则)
- [简则](#简则)
- [地图](#地图)

View File

@ -6,6 +6,11 @@
## 不应当使用Windows特性的库不建议使用.h结尾的库建议使用标准库
- 不要使用conio.hWindows.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++接口使用说明
- Windows先查看`.\win\CAPI\cpp\`文件夹下是否有`lib`文件夹没有则https://cloud.tsinghua.edu.cn/d/6972138f641d4e81a446/ 下载并复制粘贴

View File

@ -88,11 +88,11 @@ namespace Gaming
finallyReturn: () => 0
)
.Start();
--generatorForFix.NumOfFixing;
}
)
{ IsBackground = true }.Start();
--generatorForFix.NumOfFixing;
return true;
}

View File

@ -1,13 +1,9 @@
using System;
using System.Threading;
using System.Collections.Generic;
using GameClass.GameObj;
using Preparation.Utility;
using GameEngine;
using Preparation.Interface;
using Timothy.FrameRateTask;
using System.Numerics;
using System.Timers;
namespace Gaming
{

View File

@ -47,4 +47,6 @@
## 开发人员
- ......(自己加)
- 黄淞:底层逻辑
- 游笑权Client
- 高思研Server

BIN
resource/AIcpp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
resource/AIpy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB