Skip to content

Commit 8ed2bac

Browse files
committed
IReadOnlyPrefs inherited IDisposable.
1 parent e921cf5 commit 8ed2bac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Assets/PrefsUGUI/Scripts/Prefs/IReadOnlyPrefs.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace PrefsUGUI
44
{
5-
public interface IReadOnlyPrefs<ValType>
5+
public interface IReadOnlyPrefs<ValType> : IDisposable
66
{
77
#region "PrefsBase"
88
event Action OnValueChanged;

Diff for: Assets/PrefsUGUI/Version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

0 commit comments

Comments
 (0)