Beispiel #1
0
    void onPlayerGoldPropertiesChanged(LeanCloud.Player player, Hashtable updatedProperties)
    {
        int gold = (int)updatedProperties[Constants.PROP_GOLD];

        ui.updateGoldUI(player, gold);
    }