C# 클래스 Mod.MyTreasureSpawner

상속: TreasureSpawner
파일 보기 프로젝트 열기: Jonesey13/TF-8-Player

공개 프로퍼티들

프로퍼티 타입 설명
ChestChances float[][]
DarkWorldTreasures bool[]
DefaultTreasureChances float[]
FullTreasureMask int[]

공개 메소드들

메소드 설명
CanSpawnAnotherChest ( int alreadySpawnedAmount ) : bool
MyTreasureSpawner ( TowerFall session, int mask, float arrowChance, bool arrowShuffle ) : System

비공개 메소드들

메소드 설명
MyTreasureSpawner ( ) : System

메소드 상세

CanSpawnAnotherChest() 공개 메소드

public CanSpawnAnotherChest ( int alreadySpawnedAmount ) : bool
alreadySpawnedAmount int
리턴 bool

MyTreasureSpawner() 공개 메소드

public MyTreasureSpawner ( TowerFall session, int mask, float arrowChance, bool arrowShuffle ) : System
session TowerFall
mask int
arrowChance float
arrowShuffle bool
리턴 System

프로퍼티 상세

ChestChances 공개적으로 정적으로 프로퍼티

public static float[][] ChestChances
리턴 float[][]

DarkWorldTreasures 공개적으로 정적으로 프로퍼티

public static bool[] DarkWorldTreasures
리턴 bool[]

DefaultTreasureChances 공개적으로 정적으로 프로퍼티

public static float[] DefaultTreasureChances
리턴 float[]

FullTreasureMask 공개적으로 정적으로 프로퍼티

public static int[] FullTreasureMask
리턴 int[]