using System.Collections; using System.Collections.Generic; using UnityEngine; public class EventGame_TimeScale : AnimationEventBase { public override TimelineEventProxy.EEventType type { get { return TimelineEventProxy.EEventType.EventGame_TimeScale; } } public override string shortName { get { return "T"; } } public AnimationCurve curve; }