Skip to content

Commit

Permalink
Added TODO List
Browse files Browse the repository at this point in the history
  • Loading branch information
RimuruDev committed Aug 20, 2023
1 parent d6140b4 commit 44702c0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using RimuruDev.Plugins.Audio.Core;

// TODO: Remove this component

using RimuruDev.Plugins.Audio.Core;
using UnityEngine;

// using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

// TODO: Избавиться от магических числе и делегировать подписку отписку в другой класс.

using System;
using System.Collections.Generic;
using UnityEngine;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System.Collections.Generic;


// TODO: Избавиться от MonoBehaviour, разделить класс.

using System.Collections.Generic;
using System.Linq;
using RimuruDev.Plugins.Audio.Core;
using UnityEngine;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;

// TODO: Remove this component

using System;

namespace RimuruDev.Intenal.Codebase.Runtime.Storages
{
Expand Down
2 changes: 1 addition & 1 deletion СallToDurka/Assets/Plugins/Audio/Core/SourceAudio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public float Pitch

public bool IsPlaying => _audioSource.isPlaying;

public AudioSource _audioSource
private AudioSource _audioSource
{
get
{
Expand Down

0 comments on commit 44702c0

Please sign in to comment.