Skip to content

2.0.1

Choose a tag to compare

@obvEve obvEve released this 26 Sep 15:57
719f00a

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 return default (possibly null) when handling size 0 collections
  • CustomSetting - Fixed sending settings to npcs

Full Changelog: 2.0.0...2.0.1