qstbak/LLib/LLib.Shop.Model/ShopSearchResult.cs
2026-08-17 20:29:32 +10:00

5 lines
237 B
C#

using System.Numerics;
namespace LLib.Shop.Model;
public sealed record ShopSearchResult(uint ShopId, uint NpcId, ushort TerritoryId, Vector3 NpcPosition, EShopType ShopType, uint Price, uint CurrencyItemId, int DialogOptionIndex = 0);