soaryong-c / gamestation-tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gamestation JS

Install

<script src="gamestation-sdk.js" />

API

Data

const account = window.data.account;
const score = window.data.score;
const items = window.data.items;

Register score

gameCenterSetScore();

Buy item

gameCenterBuyItem();

About


Languages

Language:Move 88.0%Language:JavaScript 12.0%