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.
SyncedConfig
1 parent d3cdeec commit 41d4c3bCopy full SHA for 41d4c3b
CSync/Lib/SyncedConfig.cs
@@ -14,6 +14,7 @@ namespace CSync.Lib;
14
/// Stores the mod's unique identifier and handles registering and sending of named messages.
15
/// </summary>
16
[PublicAPI]
17
+[Obsolete("Obsolete, use SyncedConfig2")]
18
public class SyncedConfig<T> : SyncedInstance<T>, ISyncedConfig where T : SyncedConfig<T>
19
{
20
public ISyncedEntryContainer EntryContainer { get; } = new SyncedEntryContainer();
0 commit comments