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

Enum 요소별 로직 구현하기 #112

Open
leeseojune53 opened this issue Aug 3, 2023 · 0 comments
Open

Enum 요소별 로직 구현하기 #112

leeseojune53 opened this issue Aug 3, 2023 · 0 comments
Assignees

Comments

@leeseojune53
Copy link
Owner

CHILD_NUM(18) {
        @Override
        public List<Option> getOptionGroup(Pair<String, Integer> parameter) {
            return List.of(new Option(this, parameter.x() + "명", parameter.y()));
        }
    };
@leeseojune53 leeseojune53 self-assigned this Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant