C# Class PillowFightFieldBaseBossScript, aura

Inheritance: FieldBossBaseScript
显示文件 Open project: aura-project/aura

Public Methods

Method Description
GetContributorDrops ( ) : List

Protected Methods

Method Description
GetNextSpawn ( ) : SpawnInfo,
OnBossDied ( Creature, boss, Creature, killer ) : void
OnSpawnBosses ( ) : void
ShouldSpawn ( ) : bool

Method Details

GetContributorDrops() public method

public GetContributorDrops ( ) : List
return List

GetNextSpawn() protected method

protected GetNextSpawn ( ) : SpawnInfo,
return SpawnInfo,

OnBossDied() protected method

protected OnBossDied ( Creature, boss, Creature, killer ) : void
boss Creature,
killer Creature,
return void

OnSpawnBosses() protected method

protected OnSpawnBosses ( ) : void
return void

ShouldSpawn() protected method

protected ShouldSpawn ( ) : bool
return bool