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