Entity.PlayerName constructor
Entity.PlayerName(
- String name
creates an entity with an implicit name
Implementation
Entity.PlayerName(String name) : this(playerName: name);
creates an entity with an implicit name
Entity.PlayerName(String name) : this(playerName: name);