diff --git a/CAPI/python/requirements.txt b/CAPI/python/requirements.txt
index 06b4f17..14b316e 100644
--- a/CAPI/python/requirements.txt
+++ b/CAPI/python/requirements.txt
@@ -1,2 +1,2 @@
-grpcio==1.51.3
+grpcio==1.53.0
grpcio-tools==1.51.3
diff --git a/dependency/proto/Protos.csproj b/dependency/proto/Protos.csproj
index 4df394d..98000c5 100755
--- a/dependency/proto/Protos.csproj
+++ b/dependency/proto/Protos.csproj
@@ -18,7 +18,7 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/logic/GameClass/GameObj/Character/Skill.cs b/logic/GameClass/GameObj/Character/Skill.cs
index 3b85a9c..5bad9f6 100644
--- a/logic/GameClass/GameObj/Character/Skill.cs
+++ b/logic/GameClass/GameObj/Character/Skill.cs
@@ -93,7 +93,7 @@ namespace GameClass.GameObj
public class UseRobot : IActiveSkill
{
- public int SkillCD => 0;
+ public int SkillCD => GameData.frameDuration;
public int DurationTime => 0;
private readonly object commonSkillLock = new object();
public object ActiveSkillLock => commonSkillLock;
diff --git a/logic/Server/Server.csproj b/logic/Server/Server.csproj
index aa79a87..50052fe 100644
--- a/logic/Server/Server.csproj
+++ b/logic/Server/Server.csproj
@@ -13,7 +13,7 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive