Exemplo n.º 1
0
        public void Initialize(PlayerId id, ResultManager resultManager)
        {
            _myId = id;

            _playerName.text         = _myId.ToName();
            _richOutline.effectColor = _myId.ToColor();

            _resultManager = resultManager;
        }