7 lines
90 B
TypeScript
7 lines
90 B
TypeScript
export enum GridLayerType
|
|
{
|
|
Objects = 0,
|
|
Terrain = 1,
|
|
LandForSale = 2
|
|
}
|