Interface: IPatrolMock
Generic patrol mock data shape. Consumers (the engine) inject a registry of these via MockPatrol.setup.
Properties
points
ts
points: {
flag?: number;
gvid: number;
lvid: number;
name: string;
position: MockVector;
}[];| Name | Type |
|---|---|
flag? | number |
gvid | number |
lvid | number |
name | string |
position | MockVector |