mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-12-05 08:09:02 +00:00
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);
|
|
}
|
|
}
|