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

@@ -19,7 +19,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Cnc.Activities
{
class Infiltrate : Enter
class Infiltrate : LegacyEnter
{
readonly Actor target;
readonly Infiltrates infiltrates;