PlayerIdentifier<T> constructor
PlayerIdentifier<T> (
- String playerKey,
- T type
Implementation
PlayerIdentifier(this.playerKey, this.type);
PlayerIdentifier(this.playerKey, this.type);