新增系统debug使用时间

This commit is contained in:
yhh
2021-04-07 15:24:37 +08:00
parent abb5d10a54
commit e1365ed343
5 changed files with 53 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
module es {
export class EntityProcessorList {
protected _processors: EntitySystem[] = [];
public _processors: EntitySystem[] = [];
public add(processor: EntitySystem) {
this._processors.push(processor);