diff --git a/Assets/FishNet/Runtime/Managing/Client/ClientManager.cs b/Assets/FishNet/Runtime/Managing/Client/ClientManager.cs
index d3e6ca6d..9b38e82d 100644
--- a/Assets/FishNet/Runtime/Managing/Client/ClientManager.cs
+++ b/Assets/FishNet/Runtime/Managing/Client/ClientManager.cs
@@ -120,6 +120,7 @@ public void SetRemoteServerTimeout(RemoteTimeoutType timeoutType, ushort duratio
[SerializeField]
private ushort _frameRate = NetworkManager.MAXIMUM_FRAMERATE;
+ ///
/// Sets the maximum frame rate the client may run at. Calling this method will enable ChangeFrameRate.
///
/// New value.
diff --git a/Assets/FishNet/Runtime/Managing/Server/ServerManager.cs b/Assets/FishNet/Runtime/Managing/Server/ServerManager.cs
index 55d879d0..d9527bab 100644
--- a/Assets/FishNet/Runtime/Managing/Server/ServerManager.cs
+++ b/Assets/FishNet/Runtime/Managing/Server/ServerManager.cs
@@ -172,6 +172,7 @@ public void SetRemoteClientTimeout(RemoteTimeoutType timeoutType, ushort duratio
[SerializeField]
private ushort _frameRate = NetworkManager.MAXIMUM_FRAMERATE;
+ ///
/// Sets the maximum frame rate the client may run at. Calling this method will enable ChangeFrameRate.
///
/// New value.