Fix build...

This commit is contained in:
Cinder Roxley
2024-08-30 11:36:55 -05:00
parent 787a5ea38e
commit 8d2a99b0ce

View File

@@ -299,11 +299,11 @@ namespace OpenMetaverse
/// <summary>
/// The attachment point (see avatar_lad.xml for a list)
/// </summary>
public readonly byte AttachmentPoint;
public byte AttachmentPoint;
/// <summary>
/// The UUID (global) of the attachment on this point.
/// </summary>
public readonly UUID AttachmentID;
public UUID AttachmentID;
/// <summary>
/// Determine if this is the same as another attachment object.