Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
이전 PR 에서 Player.NONE이 싱글톤이면서 문제가 발생
이름을 빈칸으로 반환시 Player.NONE을 반환하면서 문제가 발생
이전에 어떠한 이유로 Player.NONE을 사망처리하였을때 (투표 기권으로 Player.NONE이 사망 등) Player.NONE이 싱글톤으로 모든 상황에서 사망처리되어
에서 사망처리됨
그래서 일단 이 부분을
으로 바꿔둠
더 좋은 방법이 있는지 (있다면 getName을 따로 쓰는 방법인거 같은데) 잘 모르겠음...