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
|
Package Functions | |
TimeSpanTokenizer (global::System.ReadOnlySpan< char > input) | |
TimeSpanTokenizer (global::System.ReadOnlySpan< char > input, int startPosition) | |
TimeSpanParse.TimeSpanToken | GetNextToken () |
void | BackOne () |
Properties | |
bool | EOL [get, set] |
char | NextChar [get, set] |
Private Attributes | |
global::System.ReadOnlySpan< char > | _value |
int | _pos |
Definition at line 745 of file TimeSpanParse.cs.