C .
ODE
G
AMELET
Focus Issue
現在的同人陣是不是沒有存讀檔功能了?
Monster opened 8 months ago 5
// set a user state
CG.GLT.commands.stateService.setState(user.username, 'profile', 'favorite food', 'Lynel horn').submit();

// get a user state
CG.GLT.commands.stateService.getState(user.username, 'profile', 'favorite food', userState => {
    console.log('userState: ' + userState.key + ' => ' + userState.value);
}).submit();
我自己和我朋友做出來了 現在是存在伺服器裡面
自己去找文章
看不懂上面那串基本上只能放棄了?
 
現在沒有支援能把檔案載下來
Items per page:
1 - 4 of 5
ⒸCode.Gamelet.com | Privacy Policy | Terms of Service