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>.OnFailure(T) Method

A post-processing method to perform when the operation process failed. Always invoke base.OnFailure.

protected virtual void OnFailure(T item);

Parameters

item T
Item that was dequeued from the data structure