Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.39 KB | None | 0 0
  1.  infoText.text = Localization.getLocalizedString("if") +" " + amountToEnter + " " +Localization.getLocalizedString("coins")+ " " + Localization.getLocalizedString("for") + " " + lockTurns + " " + Localization.getLocalizedString("turns") + " " + Localization.getLocalizedString("get") + " " + amountToEnter * (1 + (((float)lockTurns / 100) * 5)) + " " + Localization.getLocalizedString("coins");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement