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;