Table of Contents

Class PrefabCustomizableMonumentConfiguration

Namespace
RustMapsApi.V4.Models
Assembly
RustMapsApi.dll

Configuration for a monument that supports a custom prefab.

public sealed record PrefabCustomizableMonumentConfiguration : LargeMonumentConfiguration, IEquatable<BasicMonumentConfiguration>, IEquatable<LargeMonumentConfiguration>, IEquatable<PrefabCustomizableMonumentConfiguration>
Inheritance
PrefabCustomizableMonumentConfiguration
Implements
Inherited Members

Properties

CustomPrefab

The custom prefab to apply.

public CustomPrefab? CustomPrefab { get; init; }

Property Value

CustomPrefab