9 lines
293 B
TypeScript
9 lines
293 B
TypeScript
import { Entity } from '../DatabaseServices/Entity/Entity';
|
|
export declare class UpdateEntityDrawTask {
|
|
private stop;
|
|
private flags;
|
|
constructor(entitys: Entity[]);
|
|
Stop(): void;
|
|
UpdateDraw(ens: Entity[]): Promise<void>;
|
|
}
|
|
//# sourceMappingURL=UpdateEntityDrawTask.d.ts.map
|