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