namespace Civilization.Shared.Packets; public record PlayerInfo(int Id, string Name, string ColorHex);