From 2940e451058b1af7541ff651f485f33a10e92f7e Mon Sep 17 00:00:00 2001 From: chenxin <chenxin6991@163.com> Date: Sat, 07 Nov 2020 16:34:26 +0800 Subject: [PATCH] 无尽模式boss技能 【木桩墙壁】 --- Assets/Scripts/Enum/SpawnAgentType.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Assets/Scripts/Enum/SpawnAgentType.cs b/Assets/Scripts/Enum/SpawnAgentType.cs index 45a54e8..468bcdb 100644 --- a/Assets/Scripts/Enum/SpawnAgentType.cs +++ b/Assets/Scripts/Enum/SpawnAgentType.cs @@ -13,7 +13,7 @@ // 泡泡炸弹,在PVE模式里面,boss技能可以召唤炸弹和木桩等 BubbleBomb, - // 召唤木桩 + // 木桩墙壁 WoodPile } } \ No newline at end of file -- Gitblit v1.9.1