6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
export declare enum GridLayerType {
|
|
Objects = 0,
|
|
Terrain = 1,
|
|
LandForSale = 2
|
|
}
|