Class PortalDeviceConfig
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/PortalDeviceConfig", "b1609e0abee046ada3fd6e37e657f042f7472b2f8e39f27cf46b317857da8572")]
public sealed record PortalDeviceConfig : IEquatable<PortalDeviceConfig>
- Inheritance
-
PortalDeviceConfig
- Implements
- Inherited Members
Properties
Codec
public static Codec<PortalDeviceConfig> Codec { get; }
Property Value
OffState
public string? OffState { get; init; }
Property Value
OnState
public string? OnState { get; init; }
Property Value
ReturnBlockType
public string? ReturnBlockType { get; init; }
Property Value
SpawningState
public string? SpawningState { get; init; }