using System;
using System.Collections.Generic;
using Terraria;
namespace SoulHarvest.Common;
public enum ReaperProgressionFailure : byte
{
None,
ClientAuthority,
InvalidForm,
InvalidStage,
WorldProgressionLocked,
SkillLocked,
DeathFormLocked,
Maxed,
NotEnoughSouls,
NotEnoughEssence,
NotEnoughSoulSeals,
NotNearAltar
}
using System;
using System.Collections.Generic;
using Terraria;
namespace SoulHarvest.Common;
public enum ReaperProgressionFailure : byte
{
None,
ClientAuthority,
InvalidForm,
InvalidStage,
WorldProgressionLocked,
SkillLocked,
DeathFormLocked,
Maxed,
NotEnoughSouls,
NotEnoughEssence,
NotEnoughSoulSeals,
NotNearAltar
}