- Device
- OnePlus One - Android 5.1.1
Name of the Game: Star Wars Galaxy of Heroes
Version: 0.0.103897
Do you have root? YES
Online? YES
Paid? NO
Play Store Link:
Requested MOD(s):
1) Credits
2) Crystals
3) Energy
Notes (optional):
There are like 8 currencies. Those are the main two though.
EA game - Unity, wondering if setup similar to Tapped Out.
public enum CurrencyTypeEnum
{
FREE,
GRIND,
PREMIUM,
REAL_MONEY,
SOCIAL,
IGC_EVENT_KEYCARD,
XP_EVENT_KEYCARD,
PVP_CURRENCY,
PVP_SHIP_CURRENCY,
FORCE_POINT,
UNDEFINED
}
Version: 0.0.103897
Do you have root? YES
Online? YES
Paid? NO
Play Store Link:
Code:
https://play.google.com/store/apps/details?id=com.ea.game.starwarscapital_row&hl=en
1) Credits
2) Crystals
3) Energy
Notes (optional):
There are like 8 currencies. Those are the main two though.
EA game - Unity, wondering if setup similar to Tapped Out.
public enum CurrencyTypeEnum
{
FREE,
GRIND,
PREMIUM,
REAL_MONEY,
SOCIAL,
IGC_EVENT_KEYCARD,
XP_EVENT_KEYCARD,
PVP_CURRENCY,
PVP_SHIP_CURRENCY,
FORCE_POINT,
UNDEFINED
}
