コード例 #1
0
ファイル: FactoryItems.cs プロジェクト: nogu3ira/essence-udk
 public FactoryItems(string location) : base(location)
 {
     Items = new Elements.Items.CollectionAreaItems();
 }
コード例 #2
0
 public FactoryItems(string location) : base(location)
 {
     Items = new Elements.Items.CollectionAreaItems();
 }