Пример #1
0
 public static string StoreCurrencyName(StoreComponent store)
 {
     //TODO Remove unnecessary coupling to DiscordLink
     return(DiscordLink.StripTags(store.Parent.GetComponent <CreditComponent>().CurrencyName));
 }