add character edit sliders
This commit is contained in:
@@ -22,6 +22,7 @@ public class UISystem : MonoBehaviour
|
||||
_blurOverlay.SetActive(false);
|
||||
}
|
||||
|
||||
|
||||
public void ShowTimeSliderDialog(string title, string description, Action onCancel, Action<TimeSpan> onConfirm)
|
||||
{
|
||||
var timeSlider = Instantiate(_timeSliderPrefab, transform);
|
||||
|
||||
Reference in New Issue
Block a user