Make ITick implementations explicit in Mods.Cnc and Mods.D2k
This commit is contained in:
committed by
Matthias Mailänder
parent
83afcc3448
commit
ec354f89cd
@@ -61,7 +61,7 @@ namespace OpenRA.Mods.Cnc.Traits
|
||||
chronosphere = init.Get<ChronoshiftChronosphereInit, Actor>();
|
||||
}
|
||||
|
||||
public void Tick(Actor self)
|
||||
void ITick.Tick(Actor self)
|
||||
{
|
||||
if (!info.ReturnToOrigin || ReturnTicks <= 0)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user