mirror of
https://github.com/project-redbud/FunGame-Server.git
synced 2025-04-23 04:29:38 +08:00
8 lines
137 B
C#
8 lines
137 B
C#
namespace Milimoe.FunGame.WebAPI.Interfaces
|
|
{
|
|
public interface IUserContext
|
|
{
|
|
public string Username { get; }
|
|
}
|
|
}
|