C# 클래스 TDSM.Core.Command.Commands.InvasionCommand

상속: CoreCommand
파일 보기 프로젝트 열기: DeathCradle/Terraria-s-Dedicated-Server-Mod

공개 메소드들

메소드 설명
Initialise ( ) : void
Invasion ( ISender sender, ArgumentList args ) : void

비공개 메소드들

메소드 설명
OnInvasionNPCSpawn ( OTA.Plugin.HookContext &ctx, HookArgs &args ) : void
OnInvasionWarning ( OTA.Plugin.HookContext &ctx, HookArgs &args ) : void
OnNPCKilled ( OTA.Plugin.HookContext &ctx, HookArgs &args ) : void

메소드 상세

Initialise() 공개 메소드

public Initialise ( ) : void
리턴 void

Invasion() 공개 메소드

public Invasion ( ISender sender, ArgumentList args ) : void
sender ISender
args ArgumentList
리턴 void