Skip to content

Commit 507a20d

Browse files
committed
mark as public API
1 parent 8138326 commit 507a20d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CSync/Lib/SyncedEntry.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
using System;
22
using BepInEx.Configuration;
3+
using JetBrains.Annotations;
34

45
namespace CSync.Lib;
56

67
/// <summary>
78
/// Wrapper class around a BepInEx <see cref="ConfigEntry{T}"/>.<br>
89
/// Can serialize and deserialize itself to avoid runtime errors when syncing configs.</br>
910
/// </summary>
11+
[PublicAPI]
1012
public sealed class SyncedEntry<T> : SyncedEntryBase
1113
{
1214
private ConfigEntry<T> _entry;

0 commit comments

Comments
 (0)