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 | |
void | Enqueue (T item) |
bool | TryDequeue (out T result) |
bool | TryDequeueAll (out T[] result) |
void | Clear () |
SafeQueue () | |
Properties | |
int | Count [get, set] |
Private Attributes | |
Queue< T > | queue |
Definition at line 11 of file SafeQueue.cs.