add ISync to all traits that have [Sync] members
This commit is contained in:
@@ -18,7 +18,7 @@ namespace OpenRA.Mods.RA
|
||||
public readonly int Amount = 3;
|
||||
}
|
||||
|
||||
class CashTrickler : ITick
|
||||
class CashTrickler : ITick, ISync
|
||||
{
|
||||
[Sync]
|
||||
int ticks;
|
||||
|
||||
Reference in New Issue
Block a user