objectmapper patch x3
This commit is contained in:
parent
c1f745e6e5
commit
06679f1136
@ -2,10 +2,12 @@ package com.alterdekim.game.component.game;
|
||||
|
||||
import com.alterdekim.game.websocket.message.WebSocketMessageType;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@AllArgsConstructor
|
||||
@Getter
|
||||
public class DialogButton {
|
||||
private String buttonText;
|
||||
private DialogButtonColor buttonColor;
|
||||
|
Loading…
x
Reference in New Issue
Block a user