Make ITick implementations explicit in Mods.Cnc and Mods.D2k

This commit is contained in:
reaperrr
2017-09-07 18:00:22 +02:00
committed by Matthias Mailänder
parent 83afcc3448
commit ec354f89cd
11 changed files with 11 additions and 11 deletions

View File

@@ -66,7 +66,7 @@ namespace OpenRA.Mods.Cnc.Traits
Info = info;
}
public void Tick(Actor self)
void ITick.Tick(Actor self)
{
if (chargeTick > 0)
chargeTick--;