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