Example #1
0
    private void Start()
    {
#if PLANTSTATUS_USEMETER
        meter.SetBothValues(currentScale, maxScale);
#endif
        foodController.AddCrop(this);
    }