Skip to content

Commit 5543bcf

Browse files
committed
Updated class summaries
1 parent 2613def commit 5543bcf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Assets/BossRoom/Scripts/Client/UI/ConnectionStatusMessageUIManager.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
namespace Unity.Multiplayer.Samples.BossRoom.Visual
66
{
7+
/// <summary>
8+
/// Subscribes to connection status messages to display them through the popup panel.
9+
/// </summary>
710
public class ConnectionStatusMessageUIManager : MonoBehaviour
811
{
912
IDisposable m_Subscriptions;

Assets/BossRoom/Scripts/Client/UI/PopupPanel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace Unity.Multiplayer.Samples.BossRoom.Visual
66
{
77
/// <summary>
8-
/// responsible for driving all the functionality of the popup panel players see when connecting to the game
8+
/// Simple popup panel to display information to players.
99
/// </summary>
1010
public class PopupPanel : MonoBehaviour
1111
{
@@ -36,7 +36,7 @@ public void OnConfirmClick()
3636
}
3737

3838
/// <summary>
39-
/// Helper method to help us reset all state for the popup manager.
39+
/// Helper method to help us reset all state for the popup.
4040
/// </summary>
4141
void ResetState()
4242
{

0 commit comments

Comments
 (0)