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

Inheritance: CoreCommand
Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Méthodes publiques

Méthode Description
Initialise ( ) : void
SummonBoss ( ISender sender, ArgumentList args ) : void

Summon a Boss

Private Methods

Méthode Description
FindPlayerWithOptions ( WorldZone options ) : Player

Method Details

Initialise() public méthode

public Initialise ( ) : void
Résultat void

SummonBoss() public méthode

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