DEG-15 [Style] 함수명 대문자 시작으로 변경
This commit is contained in:
parent
7302efaebc
commit
349c07acde
@ -26,7 +26,7 @@ public class PlayerStats : MonoBehaviour
|
||||
}
|
||||
|
||||
// 현재 체력으로 해당 행동이 가능한 지 확인
|
||||
public bool canPerformByHealth(ActionType actionType)
|
||||
public bool CanPerformByHealth(ActionType actionType)
|
||||
{
|
||||
ActionEffect effect = _valueByAction.GetActionEffect(actionType);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user