/** * @brief 현재 WorldId를 삭제합니다 */ public void RemoveWorld() { Log.Debug("[Session] RemoveWorld"); SessionImpl.RemoveWorld(); }