コード例 #1
0
 public GameObject()
 {
     Name = new FourStrings();
     Data = new ThirtyTwoInts();
     QuestItems = new SixInts();
 }
コード例 #2
0
ファイル: GameObject.cs プロジェクト: dsstest/StrawberryTools
 public GameObject()
 {
     Name       = new FourStrings();
     Data       = new ThirtyTwoInts();
     QuestItems = new SixInts();
 }