EventHelperGetRandomCellFromWeightCore 方法 |
从给定权重的库里随机一个库元素(权重索引值为1)
命名空间: GameData.Domains.TaiwuEvent.EventHelper程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法public static int[] GetRandomCellFromWeightCore(
IList<int[]> list
)
参数
- list IListInt32
- 传入的权重随机库
返回值
Int32随机到的库元素
参见