Commit 2c654327 authored by limingzhe's avatar limingzhe

fix: debug

parent 803af643
import { onHomeworkFinish } from "../script/common/util";
/**
* 游戏主逻辑
*/
import { onHomeworkFinish } from "../script/common/utils";
var game = cc.Class({
extends: cc.Component,
......
window.LWD_3 = window.LWD_3 || {}; // 全局
LWD_3.utils = {
// 范围随机
randFromTo: function (_min, _max) {
......@@ -236,3 +238,4 @@ export function onHomeworkFinish(callback = null, data = null) {
console.log('onHomeworkFinish', data);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment