Table of Contents

Class StorageMonitorEventArg

Namespace
RustPlusApi.Data.Events
Assembly
RustPlusApi.dll

Event argument raised when a subscribed storage monitor reports a change.

public sealed record StorageMonitorEventArg : StorageMonitorInfo, IEquatable<StorageMonitorInfo>, IEquatable<StorageMonitorEventArg>
Inheritance
StorageMonitorEventArg
Implements
Inherited Members

Properties

Id

Entity ID of the storage monitor that changed.

public ulong Id { get; init; }

Property Value

ulong