good first issue
Metriche repository
- Star
- (407 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
LoginSystem.cs 434 line
if (state == States.Login)
{
// 키 고르는 게 따로 없으니 갖고 있는 키 중에서 아무거나 보여줘야 함...
// FIXME: 역시 키 고르는 단계가 있어야 할 것 같음
SetImage(KeyManager.Instance.GetList().First().Item2.Address);
}