MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
api
/
party.morino.moripafishing.api.model.world
/
Spot
Spot
@
Serializable
data
class
Spot
(
val
location
:
Location
,
val
radius
:
Double
)
位置と半径を表すデータクラス
Parameters
location
釣り場の位置
radius
釣り場の半径 なお、これは円形
Members
Constructors
Spot
Link copied to clipboard
constructor
(
location
:
Location
,
radius
:
Double
)
Properties
location
Link copied to clipboard
val
location
:
Location
radius
Link copied to clipboard
val
radius
:
Double