11 lines
264 B
C#
11 lines
264 B
C#
namespace BriarQueen.Data.Identifiers
|
|
{
|
|
public enum AchievementID
|
|
{
|
|
WorkshopSafeUnlocked,
|
|
WorkshopPuzzleBoxSolved,
|
|
FountainGemPuzzleSolved,
|
|
FireplaceLockboxPuzzleBoxSolved,
|
|
LaxleyGrandfatherClockPuzzleSolved,
|
|
}
|
|
} |