初始化前BGM.getList会主动报错
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
local BGM={
|
local BGM={
|
||||||
default=false,
|
default=false,
|
||||||
getList={},
|
getList=function()error("Can't getList before initialized!")end,
|
||||||
getCount=function()return 0 end,
|
getCount=function()return 0 end,
|
||||||
play=NULL,
|
play=NULL,
|
||||||
freshVolume=NULL,
|
freshVolume=NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user