Skip to content

Commit eeb01b7

Browse files
committed
chore : 오타수정
1 parent 1638beb commit eeb01b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/ezcode/codetest/application/game/dto/response/character/CharacterStatusResponse.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
@Schema(description = "캐릭터 스테이터스 조회 응답")
2121
public record CharacterStatusResponse(
2222

23+
@Schema(description = "캐릭터 이름")
24+
String name,
25+
2326
@Schema(description = "캐릭터 가상 스텟")
2427
Map<Stat, Double> stats,
2528

0 commit comments

Comments
 (0)