fix: 캐릭터 최초 생성 시에 발생하는 exception 처리

This commit is contained in:
aube.lee
2025-02-17 10:03:23 +09:00
parent d6975c623f
commit e64919215b
10 changed files with 45 additions and 55 deletions

View File

@@ -1,14 +0,0 @@
[
{
"id": 0,
"type": "w",
"name": "lulu",
"level": 3,
"experience": 0,
"hp": 1000,
"mp": 1000,
"attackPower": 50,
"defensivePower": 30,
"critical": 30
}
]