2021-01-28 10:17:21 +08:00
|
|
|
import { Entity } from '../DatabaseServices/Entity/Entity';
|
|
|
|
export declare class UpdateEntityDrawTask {
|
|
|
|
private stop;
|
2023-07-06 10:23:55 +08:00
|
|
|
private flags;
|
2021-01-28 10:17:21 +08:00
|
|
|
constructor(entitys: Entity[]);
|
|
|
|
Stop(): void;
|
|
|
|
UpdateDraw(ens: Entity[]): Promise<void>;
|
|
|
|
}
|
|
|
|
//# sourceMappingURL=UpdateEntityDrawTask.d.ts.map
|