Update QSBMessage.cs

This commit is contained in:
_nebula 2023-07-08 00:13:54 +01:00
parent 3675ba28fb
commit 96f3840b92

View File

@ -7,7 +7,7 @@ public abstract class QSBMessage
/// <summary> /// <summary>
/// set automatically by Send /// set automatically by Send
/// </summary> /// </summary>
internal uint From; protected internal uint From;
/// <summary> /// <summary>
/// (default) uint.MaxValue = send to everyone <br/> /// (default) uint.MaxValue = send to everyone <br/>
/// 0 = send to host /// 0 = send to host