Rename Enter to LegacyEnter.

This commit is contained in:
Paul Chote
2019-01-29 21:46:11 +00:00
committed by Oliver Brakmann
parent 83212b100e
commit 1f7b558b29
10 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Activities
{
class RepairBuilding : Enter
class RepairBuilding : LegacyEnter
{
readonly Actor target;
readonly IHealth health;