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