|
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
|
Inheritance diagram for Terraria.Map.PingMapLayer:
Collaboration diagram for Terraria.Map.PingMapLayer:Classes | |
| struct | Ping |
Public Member Functions | |
| void | Draw (ref MapOverlayDrawContext context, ref string text) |
| void | Add (Vector2 position) |
| PingMapLayer () | |
Private Attributes | |
| readonly SlotVector< PingMapLayer.Ping > | _pings |
Static Private Attributes | |
| const double | PING_DURATION_IN_SECONDS = 15.0 |
| const double | PING_FRAME_RATE = 10.0 |
Definition at line 15 of file PingMapLayer.cs.