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

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

Public Methods

Method Description
Action ( ISender sender, string message ) : void

3rd person talking.

Initialise ( ) : void

Method Details

Action() public method

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

Initialise() public method

public Initialise ( ) : void
return void