7 lines
118 B
C#
7 lines
118 B
C#
namespace BriarQueen.Data.Identifiers
|
|
{
|
|
public enum AchievementID
|
|
{
|
|
AshwickGateKeypadUnlocked,
|
|
}
|
|
} |