Help! convert il2cpp data type to c datatype

how can i convert il2cpp data type to c data type ?, is there any template exist ? i see that we have libil2cpp tool which deals with all data type but i don't know why ?

data type like this here, i don't find this in any template on the internet

public PoolObjHandle`1 Captain; // 0x168
 
Back
Top Bottom