OldBlueWater/BlueWater/Assets/02.Scripts/UiController.cs

12 lines
253 B
C#
Raw Normal View History

2023-08-08 16:58:35 +00:00
using System;
using System.Collections;
using System.Collections.Generic;
using Doozy.Runtime.Reactor.Animations;
using Doozy.Runtime.Reactor.Animators;
using UnityEngine;
public class UiController : MonoBehaviour
{
public UIAnimator uiAnimator;
}