버그 처리

This commit is contained in:
logonkhi
2025-07-24 20:40:21 +09:00
parent a0c90b1e82
commit f5a36697ba
60 changed files with 70 additions and 93 deletions

View File

@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
using UVC.Data;
using UVC.Factory.Playback.UI;
using UVC.UI.Commands;
@@ -12,7 +12,7 @@ namespace UVC.Factory.Playback
public async void Execute(object parameter = null)
{
var modalContent = new ModalContent("Prefabs/Factory/Playback/UIPlaybackListModal")
var modalContent = new ModalContent(UIPlaybackListModal.PrefabPath)
{
Title = "Playback List",
ConfirmButtonText = "Play",