]> git.lizzy.rs Git - SuperMouseAdventure.git/blobdiff - 2DGame/Assets/Scripts/Mouse/KeyHolder.cs
parallax effect v1.0.2
[SuperMouseAdventure.git] / 2DGame / Assets / Scripts / Mouse / KeyHolder.cs
index 1053b5fd9cfd8f3ecf365733bf6d423ad5625171..72530a05ef135b1179a9e02c7f2253660b22e9cd 100644 (file)
@@ -4,5 +4,5 @@ using UnityEngine;
 
 public class KeyHolder : MonoBehaviour
 {
-    public Key followingKey;
+    [HideInInspector] public Key followingKey;
 }