12 lines
253 B
C#
12 lines
253 B
C#
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;
|
|
}
|