lol, `private Mesh object;` gets translated to kot...
# random
e
lol,
private Mesh object;
gets translated to kotlin as
Copy code
var `object`: Mesh
s
That's cause
object
is a keyword