Expanded WeightedRandom() and GetWeightedWeatherTimePeriodMs() implementation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Core.Models.Spt.Helper;
|
||||
|
||||
public class WeightedRandomResult<T>
|
||||
{
|
||||
public T Item { get; set; }
|
||||
public int Index { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user