X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=2DGame%2FAssets%2FScripts%2FAudio%2FSound.cs;h=3d80519d750c4b2ede4fe634e7846da5cda92467;hb=806efd1635a596a2ed4b1a0b64f48450c7e3a3d7;hp=f8b3fd6b7bc463a7d7f0c7d2ccd43e0866e7adc0;hpb=98b9e2c43478fc48bcd7d84fc0941ff86e877bd4;p=SuperMouseAdventure.git diff --git a/2DGame/Assets/Scripts/Audio/Sound.cs b/2DGame/Assets/Scripts/Audio/Sound.cs index f8b3fd6..3d80519 100644 --- a/2DGame/Assets/Scripts/Audio/Sound.cs +++ b/2DGame/Assets/Scripts/Audio/Sound.cs @@ -13,6 +13,6 @@ public class Sound [Range(0f, 1f)] public float pitch; - //[HideInInspector] + [HideInInspector] public AudioSource source; } \ No newline at end of file