删除三个声音模块中不知道什么时候加的没用的东西

This commit is contained in:
MrZ626
2021-03-10 02:15:45 +08:00
parent db51b68058
commit 6cb5c1a179
3 changed files with 0 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ local BGM={
play=NULL, play=NULL,
freshVolume=NULL, freshVolume=NULL,
stop=NULL, stop=NULL,
reload=NULL,
--nowPlay=[str:playing ID] --nowPlay=[str:playing ID]
--playing=[src:playing SRC] --playing=[src:playing SRC]
} }

View File

@@ -4,7 +4,6 @@ local SFX={
play=NULL, play=NULL,
fplay=NULL, fplay=NULL,
reset=NULL, reset=NULL,
reload=NULL,
} }
function SFX.init(list) function SFX.init(list)
SFX.init=nil SFX.init=nil

View File

@@ -4,7 +4,6 @@ local VOC={
getFreeChannel=NULL, getFreeChannel=NULL,
play=NULL, play=NULL,
update=NULL, update=NULL,
reload=NULL,
} }
function VOC.init(list) function VOC.init(list)
VOC.init=nil VOC.init=nil