make constructor public

This commit is contained in:
2024-07-17 14:51:47 +02:00
parent ab3bf20ffa
commit 7f41e593c3

View File

@@ -41,7 +41,7 @@ public sealed class NamePlateGui : IDisposable, INamePlateGui
private NamePlateUpdateHandler[] updateHandlers = [];
private NamePlateGui()
public NamePlateGui()
{
this.addonLifecycle.RegisterListener(AddonEvent.PreRequestedUpdate, "NamePlate", this.OnPreRequestedUpdate);
}