From 6cb5c1a179e6f2d41c8affabebf6eacdc99063cf Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 10 Mar 2021 02:15:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=89=E4=B8=AA=E5=A3=B0?= =?UTF-8?q?=E9=9F=B3=E6=A8=A1=E5=9D=97=E4=B8=AD=E4=B8=8D=E7=9F=A5=E9=81=93?= =?UTF-8?q?=E4=BB=80=E4=B9=88=E6=97=B6=E5=80=99=E5=8A=A0=E7=9A=84=E6=B2=A1?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E4=B8=9C=E8=A5=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/bgm.lua | 1 - Zframework/sfx.lua | 1 - Zframework/voice.lua | 1 - 3 files changed, 3 deletions(-) diff --git a/Zframework/bgm.lua b/Zframework/bgm.lua index 7ec3e14b..bce0105b 100644 --- a/Zframework/bgm.lua +++ b/Zframework/bgm.lua @@ -5,7 +5,6 @@ local BGM={ play=NULL, freshVolume=NULL, stop=NULL, - reload=NULL, --nowPlay=[str:playing ID] --playing=[src:playing SRC] } diff --git a/Zframework/sfx.lua b/Zframework/sfx.lua index a1c49dcd..6037cdab 100644 --- a/Zframework/sfx.lua +++ b/Zframework/sfx.lua @@ -4,7 +4,6 @@ local SFX={ play=NULL, fplay=NULL, reset=NULL, - reload=NULL, } function SFX.init(list) SFX.init=nil diff --git a/Zframework/voice.lua b/Zframework/voice.lua index 31b33d7c..2f4d32ae 100644 --- a/Zframework/voice.lua +++ b/Zframework/voice.lua @@ -4,7 +4,6 @@ local VOC={ getFreeChannel=NULL, play=NULL, update=NULL, - reload=NULL, } function VOC.init(list) VOC.init=nil