Commit c844ea13 authored by 范雪寒's avatar 范雪寒

feat: log

parent 76e53858
...@@ -218,4 +218,9 @@ export abstract class middleLayerBase extends cc.Component { ...@@ -218,4 +218,9 @@ export abstract class middleLayerBase extends cc.Component {
.removeSelf() .removeSelf()
.start(); .start();
} }
log(str) {
cc.log(str);
}
} }
\ No newline at end of file
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