namespace XGame.Framework.Time { public interface ITimeScalable { /// <summary> /// 时间速率接口,1.0f为正常速率 /// </summary> float TimeScale { get; set; } } }