Property | Type | Description | |
---|---|---|---|
ChestChances | float[][] | ||
DarkWorldTreasures | bool[] | ||
DefaultTreasureChances | float[] | ||
FullTreasureMask | int[] |
Method | Description | |
---|---|---|
CanSpawnAnotherChest ( int alreadySpawnedAmount ) : bool | ||
MyTreasureSpawner ( TowerFall session, int mask, float arrowChance, bool arrowShuffle ) : System |
Method | Description | |
---|---|---|
MyTreasureSpawner ( ) : System |
public CanSpawnAnotherChest ( int alreadySpawnedAmount ) : bool | ||
alreadySpawnedAmount | int | |
return | bool |
public MyTreasureSpawner ( TowerFall session, int mask, float arrowChance, bool arrowShuffle ) : System | ||
session | TowerFall | |
mask | int | |
arrowChance | float | |
arrowShuffle | bool | |
return | System |
public static bool[] DarkWorldTreasures | ||
return | bool[] |
public static float[] DefaultTreasureChances | ||
return | float[] |