diff --git a/client/Assets/Scripts/Campaign/CurrencyReward.cs b/client/Assets/Scripts/Campaign/CurrencyReward.cs index f01dc27f..73a0276c 100644 --- a/client/Assets/Scripts/Campaign/CurrencyReward.cs +++ b/client/Assets/Scripts/Campaign/CurrencyReward.cs @@ -1,6 +1,5 @@ -public class CurrencyReward -{ - - public Currency currency; - public int amount; -} +public class CurrencyReward +{ + public Currency currency; + public int amount; +}