terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Classes | |
struct | TableRange |
Public Member Functions | |
CodePointIndexer (int[] starts, int[] ends, int defaultIndex, int defaultCP) | |
int | ToIndex (int cp) |
Public Attributes | |
readonly int | TotalCount |
Private Attributes | |
readonly CodePointIndexer.TableRange[] | ranges |
int | defaultIndex |
int | defaultCP |
Definition at line 9 of file CodePointIndexer.cs.