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

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

Méthodes publiques

Méthode Description
Action ( ISender sender, string message ) : void

3rd person talking.

Initialise ( ) : void

Method Details

Action() public méthode

3rd person talking.
public Action ( ISender sender, string message ) : void
sender ISender Sending player
message string Message to send
Résultat void

Initialise() public méthode

public Initialise ( ) : void
Résultat void