CaughtFish
@Serializable
釣り上げた魚の情報を表すデータクラス DB保存やAPI返却用の純粋なデータ構造
Constructors
Link copied to clipboard
constructor(uniqueId: UUID, fish: FishId, size: Double, rarity: RarityId, worth: Double, cfd: Double, angler: AnglerId, world: FishingWorldId, timestamp: ZonedDateTime)