뒤끝베이스게임 유저 관리게스트 계정Look up Guest ID in the deviceVersion: 5.18.14On this pageGetGuestIDpublic string GetGuestID();DescriptionThe guest ID stored in the device is looked up. Examplestring id = Backend.BMember.GetGuestID();Debug.Log("ID stored in the local device :" + id);