Skip to content

Commit

Permalink
Register in Reactor.Example
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed Aug 22, 2024
1 parent 4036a59 commit 09cea54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Reactor.Example/ExamplePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public partial class ExamplePlugin : BasePlugin

public override void Load()
{
ReactorPingTracker.Register<ExamplePlugin>(ReactorPingTracker.AlwaysShow);

this.AddComponent<ExampleComponent>();

_helloStringName = CustomStringName.CreateAndRegister("Hello!");
Expand Down

0 comments on commit 09cea54

Please sign in to comment.