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

@@ -16,7 +16,7 @@ using OpenRA.Mods.Common.Traits;
namespace OpenRA.Mods.Common.Activities
{
class Demolish : Enter
class Demolish : LegacyEnter
{
readonly Actor target;
readonly IDemolishable[] demolishables;