예제 #1
0
파일: Shop.cs 프로젝트: pzaps/Server
 public Shop()
 {
     Sections = new ShopSection[8];
     for (int i = 1; i < 8; i++) {
         Sections[i] = new ShopSection();
     }
 }
예제 #2
0
 public Shop()
 {
     Sections = new ShopSection[8];
     for (int i = 1; i < 8; i++)
     {
         Sections[i] = new ShopSection();
     }
 }