Table of Contents

Class CustomPrefab

Namespace
RustMapsApi.V4.Models
Assembly
RustMapsApi.dll

A custom prefab applied to a monument slot.

public sealed record CustomPrefab : IEquatable<CustomPrefab>
Inheritance
CustomPrefab
Implements
Inherited Members

Properties

Enabled

Whether the custom prefab is enabled.

public bool Enabled { get; init; }

Property Value

bool

Id

The custom prefab identifier.

public string? Id { get; init; }

Property Value

string