Esempio n. 1
0
 public GameObject()
 {
     Name = new FourStrings();
     Data = new ThirtyTwoInts();
     QuestItems = new SixInts();
 }
Esempio n. 2
0
 public GameObject()
 {
     Name       = new FourStrings();
     Data       = new ThirtyTwoInts();
     QuestItems = new SixInts();
 }