public VMGameMenu(int imgWidth, int iconHeight)
 {
     Games      = new VMGameMenuGame[0];
     ImgWidth   = imgWidth;
     IconHeight = iconHeight;
     Materials  = new VMGameMenuImgGameMaterial[0];
 }
Esempio n. 2
0
 public VMGameMenu(int imgWidth, int iconHeight)
 {
     Games = new VMGameMenuGame[0];
     ImgWidth = imgWidth;
     IconHeight = iconHeight;
     Materials = new VMGameMenuImgGameMaterial[0];
 }