Skip to content

Commit bbcdc41

Browse files
Add .Default
1 parent db61893 commit bbcdc41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CSync/Lib/SyncedInstance.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ namespace CSync.Lib;
55
public class SyncedInstance<T> : ByteSerializer<T> where T : class
66
{
77
public static T? Instance { get; internal set; }
8+
public static T? Default { get; internal set; }
89
}

0 commit comments

Comments
 (0)