terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Add()

void Terraria.Utilities.WeightedRandom< T >.Add ( T element,
double weight = 1::0 )
inline

Definition at line 63 of file WeightedRandom.cs.

64 {
65 List list = this.elements;
66 this.needsRefresh = true;
67 }
class f__AnonymousType0<< Count > j__TPar
readonly List< Tuple< T, double > > elements

References Terraria.Utilities.WeightedRandom< T >.elements, j__TPar, and System.list.