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

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

Méthodes publiques

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

Private Methods

Méthode Description
OnInvasionNPCSpawn ( OTA.Plugin.HookContext &ctx, HookArgs &args ) : void
OnInvasionWarning ( OTA.Plugin.HookContext &ctx, HookArgs &args ) : void
OnNPCKilled ( OTA.Plugin.HookContext &ctx, HookArgs &args ) : void

Method Details

Initialise() public méthode

public Initialise ( ) : void
Résultat void

Invasion() public méthode

public Invasion ( ISender sender, ArgumentList args ) : void
sender ISender
args ArgumentList
Résultat void