Skip to content

Commit

Permalink
Add review changes from #278
Browse files Browse the repository at this point in the history
  • Loading branch information
polycone committed Oct 26, 2023
1 parent e1e8ea3 commit cd0cb53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class MultiplayerPlayerNotifier : MultiplayerMonoBehaviour {
[InjectDependency]
private readonly EventDispatcher dispatcher = null!;

private readonly float notificationTimeout = 10f;
private const float notificationTimeout = 10f;
private readonly LinkedList<Notification> notifications = new();
private EventSubscription subscription = null!;
private bool removalPending;
Expand Down

0 comments on commit cd0cb53

Please sign in to comment.