namespace Landfall.Network;

public class LoginInformation
{
	public string PlayerName { get; set; }
}