Table of Contents

Class EventStartAction

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/EventStartAction", "80002cb65405e6054cb5205f2e88dbf26c4fae92b01120340b9b8babc2b8516f")]
public sealed record EventStartAction : ConfigActions, IEquatable<EventStartAction>
Inheritance
EventStartAction
Implements
Inherited Members

Properties

Codec

public static Codec<EventStartAction> Codec { get; }

Property Value

Codec<EventStartAction>

Detach

public bool Detach { get; init; }

Property Value

bool

Event

public WorldEventRecord? Event { get; init; }

Property Value

WorldEventRecord

EventKey

public string EventKey { get; init; }

Property Value

string