버그 처리
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user