Skip to content

Instantly share code, notes, and snippets.

@Ahmed-Sellami
Created September 30, 2021 21:13
Embed
What would you like to do?
data class Particle(
val color: Color,
val x: Int,
val y: Int,
val radius: Float
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment