Skip to content

Commit 4fb258c

Browse files
committed
chore(SkinsSystem): remove comment
1 parent 171536e commit 4fb258c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Tools/Systems/Skins/SkinsSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using UnityEngine.UI;
66
using TMPro;
77

8-
public class SkinsSystem : MonoBehaviour { // TODO: refactorate
8+
public class SkinsSystem : MonoBehaviour {
99
public static event Action OnEndOfChangeSkin;
1010
public static bool isCurrentSkinUnlocked = true;
1111

0 commit comments

Comments
 (0)