...
This commit is contained in:
@@ -40,7 +40,7 @@ public class StorageService : IStorageService
|
||||
|
||||
public void Unsubscribe(Action action)
|
||||
{
|
||||
OnChange += action;
|
||||
OnChange -= action;
|
||||
}
|
||||
|
||||
public T GetValue<T>(string forKey)
|
||||
|
||||
Reference in New Issue
Block a user