2025-04-24 17:03:28 +08:00

14 lines
191 B
JavaScript

import LiveEntity from "../../ts/core/LiveEntity";
cc.Class({
extends: LiveEntity,
properties: {
},
onLoad() {
this._super();
this.obj_type = 1;
},
});