From da6c80cb1ce83b1dcf930f7775b5ae622ce0f254 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 06 九月 2018 19:45:07 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/TopAnimationPlay.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/System/MainInterfacePanel/TopAnimationPlay.cs b/System/MainInterfacePanel/TopAnimationPlay.cs
index 30f2d18..8d7c01f 100644
--- a/System/MainInterfacePanel/TopAnimationPlay.cs
+++ b/System/MainInterfacePanel/TopAnimationPlay.cs
@@ -174,7 +174,7 @@
{
if (isPlayerUIeffect != null)
{
- isPlayerUIeffect.IsStarPlayUieffect();
+ isPlayerUIeffect.StartPlayUIEffect();
}
}
@@ -190,7 +190,7 @@
{
if (isPlayerUIeffect != null)
{
- isPlayerUIeffect.GetIsPlayUieffect();
+ isPlayerUIeffect.ObtainPlayUIEffect();
}
}
}
@@ -208,7 +208,7 @@
{
if (isPlayerUIeffect != null)
{
- isPlayerUIeffect.IsStarPlayUieffect();
+ isPlayerUIeffect.StartPlayUIEffect();
}
}
}
@@ -223,7 +223,7 @@
{
if (isPlayerUIeffect != null)
{
- isPlayerUIeffect.GetIsPlayUieffect();
+ isPlayerUIeffect.ObtainPlayUIEffect();
}
}
}
--
Gitblit v1.8.0