Add an optional parameters to SendMessage(), add more XML comments to TSPlayer
This commit is contained in:
parent
a02bc1012d
commit
d0d0fae5ca
2 changed files with 202 additions and 9 deletions
|
|
@ -50,7 +50,7 @@ namespace TShockAPI
|
|||
SendMessage(msg, color.R, color.G, color.B);
|
||||
}
|
||||
|
||||
public override void SendMessage(string msg, byte red, byte green, byte blue)
|
||||
public override void SendMessage(string msg, byte red, byte green, byte blue, int messageLength = -1)
|
||||
{
|
||||
Console.WriteLine(msg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue