using System.Collections.Generic; using TMPro; public class DanMachiModelViewerInterface : ModelViewerInterface { public static DanMachiModelViewerInterface Instance => GetInstance(); public CharacterDropdown CharacterSelection; public UIToolbar SelectedObjectToolbar; private void Awake() { _mainInstance = this; } }