1
0
Fork 0
forked from aly/qstbak
qstbak/Questionable/Questionable.Data/FishingSpotInfo.cs
2026-08-17 20:29:32 +10:00

3 lines
153 B
C#

namespace Questionable.Data;
internal readonly record struct FishingSpotInfo(uint SpotId, ushort TerritoryId, float X, float Z, ushort GatheringLevel);