21 lines
737 B
C#
21 lines
737 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Terraria.GameContent.Tile_Entities.DisplayDollSlot
|
|
// Assembly: Terraria, Version=1.4.0.5, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 67F9E73E-0A81-4937-A22C-5515CD405A83
|
|
// Assembly location: C:\Users\mikeyisbaeyt\Downloads\depotdownloader-2.4.5\depots\105601\6707058\Terraria.exe
|
|
|
|
namespace Terraria.GameContent.Tile_Entities
|
|
{
|
|
public static class DisplayDollSlot
|
|
{
|
|
public const int Armor_Head = 0;
|
|
public const int Armor_Shirt = 1;
|
|
public const int Armor_Legs = 2;
|
|
public const int Acc_1 = 3;
|
|
public const int Acc_2 = 4;
|
|
public const int Acc_3 = 5;
|
|
public const int Acc_4 = 6;
|
|
public const int Acc_5 = 7;
|
|
public const int Count = 8;
|
|
}
|
|
}
|