Entity.PlayerName constructor

Entity.PlayerName(
  1. String name
)

creates an entity with an implicit name

Implementation

Entity.PlayerName(String name) : this(playerName: name);