using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace TweenAnimation
{
public class TweenAlpha : TweenModule
{
#if UNITY_EDITOR
public override string name { get { return "Alpha"; } }
public override void OnGUI()
{
}
#endif
}
}