Skip to content

Commit fbbb571

Browse files
committed
Added missing param xml comment
1 parent 527e22c commit fbbb571

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MLAPI/Data/NetworkedVarMeta.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public interface INetworkedVar
5353
/// Reads delta from the reader and applies them to the internal value
5454
/// </summary>
5555
/// <param name="stream">The stream to read the delta from</param>
56+
/// <param name="keepDirtyDelta">Whether or not the delta should be kept as dirty or consumed</param>
5657
void ReadDelta(Stream stream, bool keepDirtyDelta);
5758
/// <summary>
5859
/// Sets NetworkedBehaviour the container belongs to.

0 commit comments

Comments
 (0)