Example #1
0
 public VideoGames()
 {
     this.pEGIDetailsField            = new PEGIDetailsType();
     this.eSRBDescriptorsField        = new List <string>();
     this.hardwarePlatformField       = new List <string>();
     this.consoleVideoGamesGenreField = new List <string>();
 }
Example #2
0
 public SoftwareGames()
 {
     this.softwarePlatformField        = new List <SoftwarePlatform>();
     this.pEGIDetailsField             = new PEGIDetailsType();
     this.hardwarePlatformField        = new List <string>();
     this.eSRBDescriptorsField         = new List <string>();
     this.operatingSystemField         = new List <string>();
     this.mediaFormatField             = new List <string>();
     this.softwareVideoGamesGenreField = new List <string>();
 }