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.ListProcessor<T>

ListProcessor<T>.processList Field

The data structure where all items are stored for processing.

protected List<T> processList;

Field Value

System.Collections.Generic.List<T>