File BruteForceStatus.cs
File List > LemonUI > LemonUI > Scaleform > BruteForceStatus.cs
Go to the documentation of this file
namespace LemonUI.Scaleform
{
public enum BruteForceStatus
{
Completed = 0,
OutOfTime = 1,
OutOfLives = 2,
}
}