https://kotlinlang.org logo
v

Vinicius Carvalho

09/11/2018, 2:39 PM
Copy code
data class ArenaView(val id: String, val state: ArenaState, val timestamp: Long, val robots: Array<Robot>, val projectiles: Array<Projectile>)