Exemple #1
0
 void Load(int width, int height)
 {
     Width  = width;
     Height = height;
     Tiles  = new TSA[width * height];
 }