디자인 적용
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#nullable enable
|
||||
using Cysharp.Threading.Tasks;
|
||||
using UnityEngine;
|
||||
using UVC.UI.Tab;
|
||||
|
||||
namespace UVC.Factory.Modal.Settings
|
||||
{
|
||||
public class AlarmSettingTabContent : MonoBehaviour, ITabContent
|
||||
{
|
||||
|
||||
public void SetContentData(object? data)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public UniTask OnCloseAsync()
|
||||
{
|
||||
return UniTask.CompletedTask;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user