Beispiel #1
0
 public Shop()
 {
     Sections = new ShopSection[8];
     for (int i = 1; i < 8; i++) {
         Sections[i] = new ShopSection();
     }
 }
Beispiel #2
0
 public Shop()
 {
     Sections = new ShopSection[8];
     for (int i = 1; i < 8; i++)
     {
         Sections[i] = new ShopSection();
     }
 }