toggle menu
RaceAssist
1.0-SNAPSHOT
jvm
switch theme
search in API
RaceAssist
/
dev.nikomaru.raceassist.data.plugin
/
Point
Point
@
Serializable
data
class
Point
(
val
x
:
Int
,
val
y
:
Int
)
Members
Constructors
Point
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
)
Properties
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int