Skip to content

Commit 41d4c3b

Browse files
committed
mark SyncedConfig as obsolete
1 parent d3cdeec commit 41d4c3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CSync/Lib/SyncedConfig.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ namespace CSync.Lib;
1414
/// Stores the mod's unique identifier and handles registering and sending of named messages.
1515
/// </summary>
1616
[PublicAPI]
17+
[Obsolete("Obsolete, use SyncedConfig2")]
1718
public class SyncedConfig<T> : SyncedInstance<T>, ISyncedConfig where T : SyncedConfig<T>
1819
{
1920
public ISyncedEntryContainer EntryContainer { get; } = new SyncedEntryContainer();

0 commit comments

Comments
 (0)