Table of Contents

Struct PlayerInventorySection

Namespace
Shard.Gameplay.Inventory
Assembly
Shard.Gameplay.Inventory.dll
public readonly record struct PlayerInventorySection : IEquatable<PlayerInventorySection>
Implements
Inherited Members

Constructors

PlayerInventorySection(int)

public PlayerInventorySection(int Id)

Parameters

Id int

Properties

Id

public int Id { get; init; }

Property Value

int