오프라인 계정

오프라인 로그인

이 세션은 online-mode 서버나 렐름에 접속할 수 없습니다.

using CmlLib.Core.Auth;

MSession session = MSession.CreateOfflineSession("username");

Creating your own session data

using CmlLib.Core.Auth;

MSession session = new MSession("username", "accesstoken", "uuid");

Last updated