Guest User

Untitled

a guest
May 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public static const BLANK:uint = 0, FLAT:uint = 1, HILLS:uint = 2, WATER:uint = 3;
  2. public static const TYPES:Array = [BLANK, FLAT, HILLS, WATER];
Add Comment
Please, Sign In to add comment