UniversalViewer/Assets/Eversoul/Scripts/EversoulInterface.cs

11 lines
278 B
C#
Raw Normal View History

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class EversoulInterface : ModelViewerInterface
{
public static EversoulInterface Instance => GetInstance<EversoulInterface>();
public EversoulCharacterDropdown CharacterSelection;
}