Beispiel #1
0
 public static void SaveProducer(ProductionResource productionResource)
 {
     PlayerPrefs.SetFloat(productionResource.Type, productionResource.Quantity);
 }
Beispiel #2
0
 public static void SaveProducer(ProductionResource productionResource)
 {
     PlayerPrefs.SetFloat (productionResource.Type, productionResource.Quantity);
 }