public Brain(Connection c, Guid entity) { conn = c; EntityID = entity; }
public Player(Connection c, Guid entity) : base(c, entity) { }