Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GameOptionController 중 occupied 값 if #26

Open
HoonHaChoi opened this issue May 6, 2021 · 0 comments
Open

GameOptionController 중 occupied 값 if #26

HoonHaChoi opened this issue May 6, 2021 · 0 comments
Assignees
Labels
리팩토링 리팩토링이 필요해 이게 최선이니? 다시생각해봐

Comments

@HoonHaChoi
Copy link
Owner

if game?.homeTeam.occupied == true {
            homeTeam.isEnabled = false
        }
        
        if game?.awayTeam.occupied == true  {
            awayTeam.isEnabled = false
        }

좀 더 개선하고싶으니까 기록하기

@HoonHaChoi HoonHaChoi added the 리팩토링 리팩토링이 필요해 이게 최선이니? 다시생각해봐 label May 6, 2021
@HoonHaChoi HoonHaChoi self-assigned this May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
리팩토링 리팩토링이 필요해 이게 최선이니? 다시생각해봐
Projects
None yet
Development

No branches or pull requests

1 participant