17 lines
484 B
C#
17 lines
484 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Terraria.ChatLine
|
|
// Assembly: Terraria, Version=1.0.4.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: FF258283-FE37-4E8A-A035-CB1E6DC74C3C
|
|
// Assembly location: C:\Users\mikeyisbaeyt\Downloads\depotdownloader-2.4.5\depots\105601\6707058\Terraria.exe
|
|
|
|
using Microsoft.Xna.Framework;
|
|
|
|
namespace Terraria
|
|
{
|
|
public class ChatLine
|
|
{
|
|
public Color color = Color.White;
|
|
public int showTime;
|
|
public string text = "";
|
|
}
|
|
}
|