多媒体库再完善,未初始化时调用不会报错了
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
local BGM={
|
||||
getList={},
|
||||
getCount=function()return 0 end,
|
||||
play=NULL,
|
||||
freshVolume=NULL,
|
||||
stop=NULL,
|
||||
--nowPlay=[str:playing ID]
|
||||
--playing=[src:playing SRC]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user