2.0.1
Additions
bool CollectionExtensions.TryGetRandomValue<T>(IEnumerable<T>, out T)- Will return false on empty collections or if value returned is null
Bug Fixes
- CollectionExtensions.GetRandomValue - Fixed
ArgumentOutOfRangeException- This will now returndefault (possibly null)when handling size 0 collections - CustomSetting - Fixed sending settings to npcs
Full Changelog: 2.0.0...2.0.1