コード例 #1
0
 public static WorldBuilder AddCoreFeature(this WorldBuilder self)
 {
     return(self.AddCoreFeature(c => c));
 }