플레이어 필드 재정의

This commit is contained in:
aube.lee
2025-02-05 00:08:19 +09:00
parent b04d912241
commit 3455b9dd1b

View File

@@ -25,8 +25,6 @@ namespace TON
public int attackPower;
// 기본 방어력
public int defensivePower;
// 캐릭터 이동 속도
public int speed;
// 캐릭터 크리티컬 수치
public int critical;
@@ -41,7 +39,6 @@ namespace TON
mp = 100;
attackPower = 50;
defensivePower = 30;
speed = 100;
critical = 30;
}
}