From 079bf87015855718ac8ff8e5cc928a5e72b16656 Mon Sep 17 00:00:00 2001 From: Anthony RICHARD Date: Sat, 27 May 2023 16:21:45 +0100 Subject: [PATCH] Fix readonly stub --- Sources/Stub/Stub.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Stub/Stub.cs b/Sources/Stub/Stub.cs index b1069a9..b3de21a 100644 --- a/Sources/Stub/Stub.cs +++ b/Sources/Stub/Stub.cs @@ -5,7 +5,7 @@ namespace StimStub { public class Stub : IPersistance { - public readonly ObservableCollection Games = new(); + public ObservableCollection Games = new(); public Stub() {