少年修仙传客户端代码仓库
client_Wu Xijin
2019-04-13 40beae8380dc59e5f5bc7f29b202ed2ed4ea839e
System/CrossServerOneVsOne/CrossServerOneVsOneCyclicScroll.cs
@@ -50,7 +50,7 @@
            showing = true;
            this.enabled = false;
            Clock.Create(DateTime.Now + new TimeSpan((long)(0.5f * TimeSpan.TicksPerSecond)), OnUnfoldShowEnd);
            Clock.AlarmAt(DateTime.Now + new TimeSpan((long)(0.5f * TimeSpan.TicksPerSecond)), OnUnfoldShowEnd);
        }
        private void OnUnfoldShowEnd()
@@ -70,7 +70,7 @@
            showAchievementBehaviour.alphaTween.SetStartState();
            showAchievementBehaviour.alphaTween.Play();
            var endTime = DateTime.Now + new TimeSpan((long)(fadeOutTime * TimeSpan.TicksPerSecond));
            Clock.Create(endTime, ReLocateItems);
            Clock.AlarmAt(endTime, ReLocateItems);
        }
        void ReLocateItems()
@@ -80,7 +80,7 @@
            ReLocateAllItems(showAchievementBehaviour);
            var endTime = DateTime.Now + new TimeSpan((long)(relocationTime * TimeSpan.TicksPerSecond));
            Clock.Create(endTime, ShowEnd);
            Clock.AlarmAt(endTime, ShowEnd);
        }
        void ShowEnd()