8 lines
119 B
TypeScript
8 lines
119 B
TypeScript
export enum LandFlags
|
|
{
|
|
HideAvatars = 0x10,
|
|
LocalSound = 0x20,
|
|
BorderWest = 0x40,
|
|
BorderSouth = 0x80
|
|
}
|