1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2025-12-21 01:36:05 +08:00
2015-03-18 19:30:48 +01:00

12 lines
117 B
C#

using UnityEngine;
using System.Collections;
public enum GoTweenState
{
Running,
Paused,
Complete,
Destroyed
}