Skip to content

Commit

Permalink
Resolve issue GDSC-Hongik#21
Browse files Browse the repository at this point in the history
  • Loading branch information
hye-inA committed Dec 1, 2024
1 parent 35ec593 commit bc65d8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/com/gdsc/game/dto/CharacterStatusResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ public int getHealthPoint() {
public int getManaPoint() {
return manaPoint;
}

@Override
public String toString() {
return name + " 체력: " + healthPoint + " 마나: " + manaPoint;
}
}

0 comments on commit bc65d8c

Please sign in to comment.