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

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,
freshVolume=NULL,
stop=NULL,
reload=NULL,
--nowPlay=[str:playing ID]
--playing=[src:playing SRC]
}

View File

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

View File

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