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
|
Public Member Functions | |
static long | GetTimestamp () |
Stopwatch () | |
void | Reset () |
void | Start () |
void | Stop () |
void | Restart () |
Static Public Attributes | |
static readonly long | Frequency |
static readonly bool | IsHighResolution |
Properties | |
TimeSpan | Elapsed [get, set] |
long | ElapsedMilliseconds [get, set] |
long | ElapsedTicks [get, set] |
bool | IsRunning [get, set] |
Static Private Member Functions | |
static | Stopwatch () |
Private Attributes | |
long | elapsed |
long | started |
bool | is_running |
Definition at line 10 of file Stopwatch.cs.