public void TESTONLYCALL_SETRESPONSETIME(int milliseconds) { if (mCurGrain != null) { mCurGrain.SetResponseTime(milliseconds); } }