레스토랑 플레이어 데이터 변경

This commit is contained in:
NTG_Lenovo 2025-07-23 12:26:57 +09:00
parent 8fb94dc08a
commit bed61d2a0d

View File

@ -39,7 +39,8 @@ public class RestaurantPlayerDataSo : ScriptableObject
public string WalkingSfxName;
public string DashSfxName;
public InputActionReference MoveActionReference;
public InputActionReference DashActionReference;
public InputAction MoveAction;
public InputAction DashAction;
public InputAction OpenManagementUiAction;
}
}