Skip to content

Commit 44702c0

Browse files
committed
Added TODO List
1 parent d6140b4 commit 44702c0

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

СallToDurka/Assets/Intenal/Codebase/Runtime/EntryPoint/AudioClipEnableHelper.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using RimuruDev.Plugins.Audio.Core;
1+

2+
// TODO: Remove this component
3+
4+
using RimuruDev.Plugins.Audio.Core;
25
using UnityEngine;
36

47
// using System.Collections.Generic;

СallToDurka/Assets/Intenal/Codebase/Runtime/EntryPoint/Bootstrupper.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
// TODO: Избавиться от магических числе и делегировать подписку отписку в другой класс.
3+
14
using System;
25
using System.Collections.Generic;
36
using UnityEngine;

СallToDurka/Assets/Intenal/Codebase/Runtime/EntryPoint/CallController.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using System.Collections.Generic;
1+

2+
3+
// TODO: Избавиться от MonoBehaviour, разделить класс.
4+
5+
using System.Collections.Generic;
26
using System.Linq;
37
using RimuruDev.Plugins.Audio.Core;
48
using UnityEngine;

СallToDurka/Assets/Intenal/Codebase/Runtime/Storages/Storage.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+

2+
// TODO: Remove this component
3+
4+
using System;
25

36
namespace RimuruDev.Intenal.Codebase.Runtime.Storages
47
{

СallToDurka/Assets/Plugins/Audio/Core/SourceAudio.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public float Pitch
2828

2929
public bool IsPlaying => _audioSource.isPlaying;
3030

31-
public AudioSource _audioSource
31+
private AudioSource _audioSource
3232
{
3333
get
3434
{

0 commit comments

Comments
 (0)