Пример #1
0
 public static void Postfix(SaltPlant __instance)
 {
     __instance.Subscribe((int)GameHashes.PlanterStorage, OnReplanted);
 }