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