playerID
A unique identifier for a player of the game.
Declaration
var playerID: String { get }Mentioned in
Discussion
Never display the player identifier to the player. Use it only to identify a player in your code.
A unique identifier for a player of the game.
var playerID: String { get }Never display the player identifier to the player. Use it only to identify a player in your code.