Exemple #1
0
 static void PrefixGrowthRatePerSecond(ref Pathea.ItemSystem.SeedItemConfData ___item)
 {
     if (Main.modSettings.AllPlantsAllSeason)
     {
         ___item.growthRate = new int[] { 10, 10, 10, 10 };
     }
 }
Exemple #2
0
 static void PrefixGenerateInfo(ref Pathea.ItemSystem.SeedItemConfData __instance)
 {
     if (Main.modSettings.AllPlantsAllSeason)
     {
         __instance.growthRate = new int[] { 10, 10, 10, 10 };
     }
 }