Mono compatibility
This commit is contained in:
parent
075a909e0a
commit
57f45e12bf
5 changed files with 9 additions and 13 deletions
|
|
@ -24,8 +24,6 @@ using Terraria;
|
|||
|
||||
using TShockAPI.Net;
|
||||
|
||||
using Microsoft.Xna.Framework.Graphics;
|
||||
|
||||
namespace TShockAPI
|
||||
{
|
||||
public class TSPlayer
|
||||
|
|
@ -293,11 +291,6 @@ namespace TShockAPI
|
|||
SendMessage(msg, color.R, color.G, color.B);
|
||||
}
|
||||
|
||||
public virtual void SendMessage(string msg, Microsoft.Xna.Framework.Color color)
|
||||
{
|
||||
SendMessage(msg, color.R, color.G, color.B);
|
||||
}
|
||||
|
||||
public virtual void SendMessage(string msg, byte red, byte green, byte blue)
|
||||
{
|
||||
SendData(PacketTypes.ChatText, msg, 255, red, green, blue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue