コード例 #1
0
ファイル: BookShelve.cs プロジェクト: wty0512/Gnomodia
 public override void  Initialize_PreGeneration()
 {
     CustomRecipes.AddRecipeType <BookShelveRecipeProvider>();
     CustomItems.AddItemType <BookShelveItemProvider>();
     CustomConstructions.AddConstructionType <BookShelveConstructionProvider>();
 }