示例#1
0
 public static Props CreateProps(string name, FactoryType factoryType, CelestialBody body, InventoryType inventoryType)
 {
     return(Props.Create(() => new Factory(name, factoryType, body, inventoryType)));
 }