37 lines
1.5 KiB
C#
37 lines
1.5 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Terraria.ID.GameEventClearedID
|
|
// 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.ID
|
|
{
|
|
public class GameEventClearedID
|
|
{
|
|
public const int DefeatedGoblinArmy = 0;
|
|
public const int DefeatedFrostArmy = 1;
|
|
public const int DefeatedPirates = 2;
|
|
public const int DefeatedMartians = 3;
|
|
public const int DefeatedHalloweenTree = 4;
|
|
public const int DefeatedHalloweenKing = 5;
|
|
public const int DefeatedGolem = 6;
|
|
public const int DefeatedFishron = 7;
|
|
public const int DefeatedQueenBee = 8;
|
|
public const int DefeatedAncientCultist = 9;
|
|
public const int DefeatedMoonlord = 10;
|
|
public const int DefeatedSlimeKing = 11;
|
|
public const int DefeatedPlantera = 12;
|
|
public const int DefeatedEyeOfCthulu = 13;
|
|
public const int DefeatedEaterOfWorldsOrBrainOfChtulu = 14;
|
|
public const int DefeatedSkeletron = 15;
|
|
public const int DefeatedDestroyer = 16;
|
|
public const int DefeatedTheTwins = 17;
|
|
public const int DefeatedSkeletronPrime = 18;
|
|
public const int DefeatedWallOfFleshAndStartedHardmode = 19;
|
|
public const int DefeatedIceQueen = 20;
|
|
public const int DefeatedChristmassTree = 21;
|
|
public const int DefeatedSantank = 22;
|
|
public const int DefeatedEmpressOfLight = 23;
|
|
public const int DefeatedQueenSlime = 24;
|
|
}
|
|
}
|