Const
旧代编辑器使用的数据库接口,已弃用,请在使用GameDataStorage。
The database interface used by the old editor, which is deprecated. Please use GameDataStorage.
const sa = storage.getGroupStorage('boxGame');sa.get('box'); Copy
const sa = storage.getGroupStorage('boxGame');sa.get('box');
Zh
旧代编辑器使用的数据库接口,已弃用,请在使用GameDataStorage。
En
The database interface used by the old editor, which is deprecated. Please use GameDataStorage.
Example
Deprecated