AdventurePersonalityContentWeights 构造函数 |
命名空间: Config程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法public AdventurePersonalityContentWeights(
short emptyBlockWeight,
(string , short )[] eventWeights,
(byte , short , short )[] resWeights,
(byte , short , short , short )[] itemsWeights,
(string , short )[] bonusWeights
)
参数
- emptyBlockWeight Int16
-
- eventWeights ValueTupleString, Int16
-
- resWeights ValueTupleByte, Int16, Int16
-
- itemsWeights ValueTupleByte, Int16, Int16, Int16
-
- bonusWeights ValueTupleString, Int16
-
参见