public void UpdateIdle(SActor actor) { #if _USE_INPUT_SYNC actor.UpdateMove(); #else actor.UpdateState(); #endif }