9 lines
179 B
C#
9 lines
179 B
C#
namespace BriarQueen.Data.Identifiers
|
|
{
|
|
public enum AchievementID
|
|
{
|
|
WorkshopSafeUnlocked,
|
|
WorkshopPuzzleBoxSolved,
|
|
FountainGemPuzzleSolved,
|
|
}
|
|
} |