Hi~
I am new to Frida.
It is very nice of you to offer this frida-il2cpp!
In the Usage section, what will gameData.allPlayers() return?
Is it converted from a native memory pointer?

take this for example
an List<> pointer is stored in R6
the get_count function is stored in R1
How can call List<> xxx.get_count just like what you show in the Usage if I have an native pointer of List<>?