PlayerManager constructor

PlayerManager()

Creates the PlayerManager.

Implementation

PlayerManager()
    : _playerByEntity = <int, String>{},
      _entitiesByPlayer = <String, Bag<int>>{};