From bc96aaedff87a5cc10f0cfb6bdee59d8e90943c1 Mon Sep 17 00:00:00 2001
From: Salomo309 <109785084+Salomo309@users.noreply.github.com>
Date: Fri, 10 May 2024 14:15:45 +0700
Subject: [PATCH] refactor: typo

---
 Assets/Scripts/Pet/PetHeatlh.cs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Assets/Scripts/Pet/PetHeatlh.cs b/Assets/Scripts/Pet/PetHeatlh.cs
index edfd7ff..5a660b2 100644
--- a/Assets/Scripts/Pet/PetHeatlh.cs
+++ b/Assets/Scripts/Pet/PetHeatlh.cs
@@ -37,7 +37,6 @@ public class PetHeatlh : MonoBehaviour
         }
     }
 
-    public void CheatPetFullHP()
     public void CheatPetFullHP()
     {
         currentHealth = 100;
-- 
GitLab