terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
RingBuffer (int size) | |
void | Enqueue (T value) |
T | Dequeue () |
Private Attributes | |
readonly int | size |
readonly T[] | data |
int | head |
int | tail |
readonly object | sync |
Definition at line 7 of file RingBuffer.cs.