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