Свойство | Тип | Описание | |
---|---|---|---|
ChestChances | float[][] | ||
DarkWorldTreasures | bool[] | ||
DefaultTreasureChances | float[] | ||
FullTreasureMask | int[] |
Метод | Описание | |
---|---|---|
CanSpawnAnotherChest ( int alreadySpawnedAmount ) : bool | ||
MyTreasureSpawner ( TowerFall session, int mask, float arrowChance, bool arrowShuffle ) : System |
Метод | Описание | |
---|---|---|
MyTreasureSpawner ( ) : System |
public CanSpawnAnotherChest ( int alreadySpawnedAmount ) : bool | ||
alreadySpawnedAmount | int | |
Результат | bool |
public MyTreasureSpawner ( TowerFall session, int mask, float arrowChance, bool arrowShuffle ) : System | ||
session | TowerFall | |
mask | int | |
arrowChance | float | |
arrowShuffle | bool | |
Результат | System |
public static float[][] ChestChances | ||
Результат | float[][] |
public static bool[] DarkWorldTreasures | ||
Результат | bool[] |
public static float[] DefaultTreasureChances | ||
Результат | float[] |