Fix and enable SA1133, SA1134 style rules.
This commit is contained in:
@@ -83,10 +83,14 @@ namespace OpenRA.Mods.Common.Traits
|
||||
Cash = info.DefaultCash;
|
||||
}
|
||||
|
||||
[Sync] public int Cash;
|
||||
[Sync]
|
||||
public int Cash;
|
||||
|
||||
[Sync] public int Resources;
|
||||
[Sync] public int ResourceCapacity;
|
||||
[Sync]
|
||||
public int Resources;
|
||||
|
||||
[Sync]
|
||||
public int ResourceCapacity;
|
||||
|
||||
public int Earned;
|
||||
public int Spent;
|
||||
|
||||
Reference in New Issue
Block a user