forked from aly/qstbak
3 lines
153 B
C#
3 lines
153 B
C#
namespace Questionable.Data;
|
|
|
|
internal readonly record struct FishingSpotInfo(uint SpotId, ushort TerritoryId, float X, float Z, ushort GatheringLevel);
|