Merge pull request #2737 from Mailaender/shroud-sync

add Shroud, CreatesShroud and RevealsShroud to syncreport.log
This commit is contained in:
Chris Forbes
2013-03-09 21:09:31 -08:00
8 changed files with 25 additions and 31 deletions

View File

@@ -75,13 +75,10 @@ namespace OpenRA.Traits
AdviceInterval = info.AdviceInterval;
}
[Sync]
public int Cash;
[Sync] public int Cash;
[Sync]
public int Ore;
[Sync]
public int OreCapacity;
[Sync] public int Ore;
[Sync] public int OreCapacity;
public int DisplayCash;
public int DisplayOre;