From ddedfff082458fa7ace07ef94dde1ff8e8fe5050 Mon Sep 17 00:00:00 2001 From: DragonAura <32223554+DragonAura@users.noreply.github.com> Date: Sun, 16 Apr 2023 21:35:11 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E4=BD=BF=E7=94=A8=E6=96=87=E6=A1=A3.m?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 使用文档.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/使用文档.md b/使用文档.md index 6ab2ce3..a413fe9 100644 --- a/使用文档.md +++ b/使用文档.md @@ -10,7 +10,7 @@ Windows选手使用脚本位于Win文件夹下,Linux选手使用脚本位于Li 对于c++选手,在 AI.cpp 里写代码,AI::play 函数是代码的编写入口,启动游戏前要在`CAPI.sln`中进行编译 -对于python选手,在AI.py里写代码,启动游戏前要进行编译 +对于python选手,在AI.py里写代码,启动游戏前要运行一次`win/GeneratePythonProto.cmd` ## 游戏基本启动方式(For Debug) @@ -188,4 +188,4 @@ start cmd /k win64\Client.exe --cl --playbackFile .\video.thuaipb --playbackSpee | V | (Both)随机使用一个已经持有的道具 | | B | (Both)使用0号技能 | | N | (Both)使用1号技能 | -| M | (Both)使用2号技能 | \ No newline at end of file +| M | (Both)使用2号技能 |