C# Class TDSM.Core.Command.Commands.SpawnBossCommand

Inheritance: CoreCommand
Mostra file Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Public Methods

Method Description
Initialise ( ) : void
SummonBoss ( ISender sender, ArgumentList args ) : void

Summon a Boss

Private Methods

Method Description
FindPlayerWithOptions ( WorldZone options ) : Player

Method Details

Initialise() public method

public Initialise ( ) : void
return void

SummonBoss() public method

Summon a Boss
public SummonBoss ( ISender sender, ArgumentList args ) : void
sender ISender Sending player
args ArgumentList Arguments sent with command
return void