Table of Contents

Class NoTickRule

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

Properties

Codec

public static Codec<NoTickRule> Codec { get; }

Property Value

Codec<NoTickRule>

Enabled

public bool Enabled { get; init; }

Property Value

bool

RandomTick

public bool RandomTick { get; init; }

Property Value

bool

ScheduledTick

public bool ScheduledTick { get; init; }

Property Value

bool