Paul via Digitalmars-d-learn Thu, 11 Dec 2014 13:00:46 -0800
public class classMap{ public static int[MAPSIZE][MAPSIZE] map;
} Or is there a proper 'D' way to do this? TIA