WGL 1 月之前
父节点
当前提交
4abcab725d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ActionTowerDefense/Assets/Scripts/Conduct/IceRainController.cs

+ 1 - 1
ActionTowerDefense/Assets/Scripts/Conduct/IceRainController.cs

@@ -20,7 +20,7 @@ public class IceRainController : MonoBehaviour
     public float time;
     public int num;
     public float height;
-    [LabelText("É˺¦¼ÓÖµ")] public float flatDamageBonus;
+    [LabelText("É˺¦¼ÓÖµ")] public int flatDamageBonus;
     public void Update()
     {
         if (!start) return;