object OnCropGather(PlantEntity plant, Item item, BasePlayer player)
{
Puts("OnCropGather works!");
return null;
}
checked rust code, looksthat it must work, but its not
object OnCropGather(PlantEntity plant, Item item, BasePlayer player)
{
Puts("OnCropGather works!");
return null;
}
checked rust code, looksthat it must work, but its not