We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2e52a commit 98a8ac2Copy full SHA for 98a8ac2
1 file changed
src/BizHawk.Client.EmuHawk/CustomControls/InputRoll/RollColumn.cs
@@ -1,5 +1,7 @@
1
#nullable enable
2
3
+using System.Text.Json.Serialization;
4
+
5
namespace BizHawk.Client.EmuHawk
6
{
7
public class RollColumn
@@ -28,7 +30,7 @@ public class RollColumn
28
30
/// </summary>
29
31
public bool Rotatable { get; set; }
32
-// [JsonConstructor]
33
+ [JsonConstructor]
34
private RollColumn()
35
36
Name = default!;
0 commit comments