private void WorkStatusUpdate(float startTime, float newWorkDuration) { this._startTime_network = (double)startTime; this._workDuration = newWorkDuration; RPOS.GetWindowByName("Workbench").GetComponent <RPOSWorkbenchWindow>().BenchUpdate(); }