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
Detach
public bool Detach { get; init; }
Property Value
Event
public WorldEventRecord? Event { get; init; }
Property Value
EventKey
public string EventKey { get; init; }