Log constructor
The log widgets displays a console logging in the players chat. That way you can quickly check execution times, score values and entities.
Implementation
Log(this.msg, {this.to, this.desc, this.color = Color.DarkAqua})
: _type = _LogType.CONSOLE {
to ??= Entity.All();
}