DEG-15 [Style] 함수명 대문자 시작으로 변경

This commit is contained in:
Sehyeon 2025-04-17 13:11:50 +09:00
parent 7302efaebc
commit 349c07acde

View File

@ -26,7 +26,7 @@ public class PlayerStats : MonoBehaviour
}
// 현재 체력으로 해당 행동이 가능한 지 확인
public bool canPerformByHealth(ActionType actionType)
public bool CanPerformByHealth(ActionType actionType)
{
ActionEffect effect = _valueByAction.GetActionEffect(actionType);