2024-04-23 18:25:12 +08:00
|
|
|
using System.Collections;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
public class EversoulInterface : ModelViewerInterface
|
|
|
|
{
|
|
|
|
public static EversoulInterface Instance => GetInstance<EversoulInterface>();
|
|
|
|
|
|
|
|
public EversoulCharacterDropdown CharacterSelection;
|
2024-04-25 08:16:49 +08:00
|
|
|
public UIToolbar SelectedObjectToolbar;
|
2024-04-23 18:25:12 +08:00
|
|
|
}
|