frakcar kaufen 1,5 multiplikator

This commit is contained in:
hydrant
2021-04-11 15:20:29 +02:00
parent 62d7e848dc
commit 0a02b3d508
2 changed files with 9 additions and 2 deletions

View File

@@ -11,5 +11,10 @@
{
return "$" + string.Format(Main.SERVER_CULTURE, "{0:C0}", money).Replace("€", "").Trim();
}
public static string ToMoneyString(this double money)
{
return ((int)money).ToMoneyString();
}
}
}