//
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
//
namespace MUnique.OpenMU.GameLogic;
///
/// The identifier for an item, including number and group.
///
public record struct ItemIdentifier(short? Number, byte Group);