Skip to content

Commit

Permalink
[FIX] 괄호 오탈자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
EunbeenDev committed Aug 11, 2024
1 parent 973df7f commit 39e6586
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void addItem(Item item){

public void updateCharacterName(String newCharacterName) {
this.characterName = newCharacterName;

}
public void updateTodayExp(){
this.todayExp = 0l;

Expand Down

0 comments on commit 39e6586

Please sign in to comment.