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.
SyncedInstance<T>.Default
1 parent bbcdc41 commit 792d8ebCopy full SHA for 792d8eb
CSync/Lib/ConfigManager.cs
@@ -86,6 +86,7 @@ public static void Register<T>(T config) where T : SyncedConfig<T> {
86
}
87
88
SyncedInstance<T>.Instance = config;
89
+ SycedInstance<T>.Default = config;
90
OnPopulateEntriesRequested += config.PopulateEntryContainer;
91
92
var syncBehaviour = Prefab.AddComponent<ConfigSyncBehaviour>();
0 commit comments