Supply more information with a MapBlock
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
import {UUID} from './UUID';
|
||||
import { RegionFlags } from '..';
|
||||
|
||||
export class MapBlock
|
||||
{
|
||||
name: string;
|
||||
mapImage: UUID;
|
||||
accessFlags: number;
|
||||
}
|
||||
x: number;
|
||||
y: number;
|
||||
waterHeight: number;
|
||||
regionFlags: RegionFlags;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user