RoR2-ChensHelpers

Contains simple and useful helpers for RoR2 mod creators to use. Mainly caters to Chen's mods.

View on GitHub

ChensHelpers

Chen.Helpers.UnityHelpers.QueueProcessor<T>

QueueProcessor<T>.processQueue Field

The data structure where all items are queued in for processing.

protected readonly Queue<T> processQueue;

Field Value

System.Collections.Generic.Queue<T>