Table of Contents

Class NPCGroup

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/NPCGroup.json#", "4073beb77a9c9124d7af4c8ff32955bc146c790ef2b07bdf061bbeca02ca9de2")]
public sealed record NPCGroup : IEquatable<NPCGroup>
Inheritance
NPCGroup
Implements
Inherited Members

Properties

Codec

public static Codec<NPCGroup> Codec { get; }

Property Value

Codec<NPCGroup>

ExcludeGroups

public List<string>? ExcludeGroups { get; init; }

Property Value

List<string>

ExcludeRoles

public List<string>? ExcludeRoles { get; init; }

Property Value

List<string>

IncludeGroups

public List<string>? IncludeGroups { get; init; }

Property Value

List<string>

IncludeRoles

public List<string>? IncludeRoles { get; init; }

Property Value

List<string>