Class EntitySection
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/Holder/properties/Components/properties/Entity", "1a8913f37a5b3fab248a6b08ffcb31d024fbaff16a1400f5e808d18b4deecb5f")]
public sealed record EntitySection : IEquatable<EntitySection>
- Inheritance
-
EntitySection
- Implements
- Inherited Members
Properties
Entities
public List<Holder>? Entities { get; init; }