OnExcavatorGatherUsage​Called right before moving gathered resource to containerReturn a non-null value to override default behaviorExamples​""object OnExcavatorGather(ExcavatorArm arm, Item item){ Puts("OnExcavatorGather works!"); return null;}Copy