forked from project-redbud/FunGame-Core
8 lines
135 B
C#
8 lines
135 B
C#
namespace Milimoe.FunGame.Desktop.Library.Interface
|
|
{
|
|
public interface ILogin
|
|
{
|
|
public bool LoginAccount();
|
|
}
|
|
}
|