Class PlayerNote
- Namespace
- RustPlusApi.Data.Notes
- Assembly
- RustPlusApi.dll
A player-placed map note (type 1 in the protocol).
public sealed record PlayerNote : Note, IEquatable<Note>, IEquatable<PlayerNote>
- Inheritance
-
PlayerNote
- Implements
- Inherited Members
Properties
Color
Colour of the note icon.
public NoteColors Color { get; init; }
Property Value
Icon
Icon displayed on the note.
public NoteIcons Icon { get; init; }
Property Value
Text
Optional label text shown on the note.
public string? Text { get; init; }