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.
.Default
1 parent db61893 commit bbcdc41Copy full SHA for bbcdc41
CSync/Lib/SyncedInstance.cs
@@ -5,4 +5,5 @@ namespace CSync.Lib;
5
public class SyncedInstance<T> : ByteSerializer<T> where T : class
6
{
7
public static T? Instance { get; internal set; }
8
+ public static T? Default { get; internal set; }
9
}
0 commit comments