From 92fee25afeb0a43d2a6732e94236f60d8c3e9aac Mon Sep 17 00:00:00 2001 From: LeeJaeHyun Date: Thu, 12 Sep 2024 14:23:59 +0900 Subject: [PATCH] . --- Assets/02_Scripts/Barrel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/02_Scripts/Barrel.cs b/Assets/02_Scripts/Barrel.cs index 1cd9d35..cb7449b 100644 --- a/Assets/02_Scripts/Barrel.cs +++ b/Assets/02_Scripts/Barrel.cs @@ -8,7 +8,7 @@ public class Barrel : MonoBehaviour void Start() { - + expEffect = Resources.Load("BigExplosion"); } // Update is called once per frame