/** * @brief 현재 WorldId를 가져옵니다. * @return worldId. */ public string GetWorld() { Log.Debug("[Session] GetWorld"); return(SessionImpl.GetWorld()); }