Say I have `var Player.someVar by varint()`, is th...
# announcements
j
Say I have
var Player.someVar by varint()
, is there a way to get the extension properties name or would I only have access to that when actually trying to access it with
getValue
and
setValue
methods?