public StepControl(MasterPlayer player, MonoBehaviour context) { m_player = player; m_context = context; m_context.StartCoroutine(UpdateCo()); }