Files
cocos-engine/cocos/core/data/deserialize-dynamic-empty.ts
2021-07-09 11:18:32 +08:00

9 lines
178 B
TypeScript

export function deserializeDynamic() {
throw new Error(`Should not called`);
}
export function parseUuidDependenciesDynamic() {
throw new Error(`Should not called`);
}