예제 #1
0
    void UpdateCurrency(MBSEvent response)
    {
        string currency_name = response.details [0].String("currency");

        WULogin.fetched_info?.Seti(WULogin.CurrencyString(currency_name), response.details [0].Int());
    }
예제 #2
0
 void UpdateGUI(MBSEvent response)
 {
     WULogin.fetched_info.Set(WULogin.CurrencyString("dust"), response.details [0].String());
     ShowCoins();
 }
예제 #3
0
 void OnPointsEarned(MBSEvent response) => WULogin.fetched_info?.Seti(WULogin.CurrencyString("dust"), response.details [0].Int("total"));